File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 29
29
{{- if .Values.ttlSecondsAfterFinished }}
30
30
ttlSecondsAfterFinished : {{ .Values.ttlSecondsAfterFinished }}
31
31
{{- end }}
32
+ {{- if .Values.activeDeadlineSeconds }}
33
+ activeDeadlineSeconds : {{ .Values.activeDeadlineSeconds }}
34
+ {{- end }}
32
35
template :
33
36
metadata :
34
37
name : {{ template "descheduler.fullname" . }}
Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ suspend: false
55
55
# startingDeadlineSeconds: 200
56
56
# successfulJobsHistoryLimit: 3
57
57
# failedJobsHistoryLimit: 1
58
- # ttlSecondsAfterFinished 600
58
+ # ttlSecondsAfterFinished: 600
59
+ # activeDeadlineSeconds: 60 # Make sure this value is SHORTER than the cron interval.
59
60
# timeZone: Etc/UTC
60
61
61
62
# Required when running as a Deployment
You can’t perform that action at this time.
0 commit comments