A CronJob will run with schedule {{ .Values.cronjob.schedule }}.

The Jobs will not be removed automagically when deleting this Helm chart.
To remove these jobs, run the following :

    kubectl -n {{ .Release.Namespace }} delete job -l app={{ template "elasticsearch-curator.name" . }},release={{ .Release.Name }}
