Update cronjob-fediblock-sync.yaml
This commit is contained in:
parent
e15b900572
commit
c601d02f93
|
@ -7,6 +7,8 @@ metadata:
|
|||
{{- include "fediblockhole.labels" . | nindent 4 }}
|
||||
spec:
|
||||
schedule: {{ .Values.fediblockhole.cron.sync.schedule }}
|
||||
failedJobsHistoryLimit: {{ .Values.fediblockhole.cron.sync.failedJobsHistoryLimit }}
|
||||
successfulJobsHistoryLimit: {{ .Values.fediblockhole.cron.sync.successfulJobsHistoryLimit }}
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
|
|
Loading…
Reference in New Issue