catalog/stable/clamav/2.1.9/templates/common.yaml

11 lines
303 B
YAML

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