File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ The following table lists the configurable parameters of the _descheduler_ chart
55
55
| ` cronJobApiVersion ` | CronJob API Group Version | ` "batch/v1" ` |
56
56
| ` schedule ` | The cron schedule to run the _ descheduler_ job on | ` "*/2 * * * *" ` |
57
57
| ` startingDeadlineSeconds ` | If set, configure ` startingDeadlineSeconds ` for the _ descheduler_ job | ` nil ` |
58
+ | ` timeZone ` | configure ` timeZone ` for CronJob | ` nil ` |
58
59
| ` successfulJobsHistoryLimit ` | If set, configure ` successfulJobsHistoryLimit ` for the _ descheduler_ job | ` 3 ` |
59
60
| ` failedJobsHistoryLimit ` | If set, configure ` failedJobsHistoryLimit ` for the _ descheduler_ job | ` 1 ` |
60
61
| ` ttlSecondsAfterFinished ` | If set, configure ` ttlSecondsAfterFinished ` for the _ descheduler_ job | ` nil ` |
Original file line number Diff line number Diff line change 21
21
{{- if .Values.failedJobsHistoryLimit }}
22
22
failedJobsHistoryLimit : {{ .Values.failedJobsHistoryLimit }}
23
23
{{- end }}
24
+ {{- if .Values.timeZone }}
25
+ timeZone : {{ .Values.timeZone }}
26
+ {{- end }}
24
27
jobTemplate :
25
28
spec :
26
29
{{- if .Values.ttlSecondsAfterFinished }}
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ suspend: false
45
45
# successfulJobsHistoryLimit: 3
46
46
# failedJobsHistoryLimit: 1
47
47
# ttlSecondsAfterFinished 600
48
+ # timeZone: Etc/UTC
48
49
49
50
# Required when running as a Deployment
50
51
deschedulingInterval : 5m
You can’t perform that action at this time.
0 commit comments