Skip to content

Commit

Permalink
feat: add default timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
djtecha committed Feb 1, 2024
1 parent 5af53d1 commit 8e0b19f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/cronjobs/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ spec:
{{ toYaml . | indent 12 }}
{{- end }}
schedule: {{ $job.schedule | quote }}
timeZone: {{ $job.timeZone | quote }}
successfulJobsHistoryLimit: {{ $job.successfulJobsHistoryLimit }}
{{- end }}
3 changes: 2 additions & 1 deletion charts/cronjobs/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
jobs: {}
jobs:
timeZone: "Etc/UTC"
# - name: reader
# namespace: default
# image:
Expand Down

0 comments on commit 8e0b19f

Please sign in to comment.