fix: support startingDeadlineSeconds
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0a4a53a296
commit
693b75bd3c
@ -19,6 +19,9 @@ spec:
|
|||||||
{{- with .Values.cronjob.successfulJobsHistoryLimit }}
|
{{- with .Values.cronjob.successfulJobsHistoryLimit }}
|
||||||
successfulJobsHistoryLimit: {{ . }}
|
successfulJobsHistoryLimit: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- with .Values.cronjob.startingDeadlineSeconds }}
|
||||||
|
startingDeadlineSeconds: {{ . }}
|
||||||
|
{{- end }}
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
@ -41,6 +41,7 @@ cronjob:
|
|||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
failedJobsHistoryLimit: 3
|
failedJobsHistoryLimit: 3
|
||||||
successfulJobsHistoryLimit: 1
|
successfulJobsHistoryLimit: 1
|
||||||
|
startingDeadlineSeconds: ''
|
||||||
|
|
||||||
renovate:
|
renovate:
|
||||||
env: {}
|
env: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user