TrueChartsCatalogClone/stable/clamav/5.0.2/templates/common.yaml

11 lines
318 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{- if and .Values.clamav.cron_enabled .Values.clamav.cron_schedule}}
{{/* Render cronjob for clamav */}}
{{- include "clamav.cronjob" . }}
{{- end -}}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}