This commit is contained in:
parent
693b75bd3c
commit
6e3c7b95f2
@ -10,6 +10,9 @@ metadata:
|
||||
{{- include "renovate.labels" . | nindent 4 }}
|
||||
spec:
|
||||
schedule: "{{ .Values.cronjob.schedule }}"
|
||||
{{- with .Values.cronjob.suspend }}
|
||||
suspend: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.cronjob.concurrencyPolicy }}
|
||||
concurrencyPolicy: {{ . }}
|
||||
{{- end }}
|
||||
|
@ -38,6 +38,7 @@ securityContext: {}
|
||||
|
||||
cronjob:
|
||||
schedule: '@hourly'
|
||||
suspend: false
|
||||
concurrencyPolicy: Forbid
|
||||
failedJobsHistoryLimit: 3
|
||||
successfulJobsHistoryLimit: 1
|
||||
|
Loading…
Reference in New Issue
Block a user