11 lines
318 B
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" . }}
|