* feat(clamav): cron * cronjob values * fix string * test false also * test * whoops * test run * test false * test * test * .. * volumes * tet * sh * date-format * root * secCont * log to /logs * wait for clamd * wait * ping and wait * fi * start clamd * use clamscan and test extra_args * faster * sched * typo * no clamd * sleep * check db * check if db exists yet * failing probes * 1st working example * no extra args * check @daily works * check extra args * print args also * faster * no extrra args * fix probes and log some more things * date_format default * gui logs * gui
11 lines
303 B
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" . }}
|