diff --git a/charts/cronjobs/templates/cronjob.yaml b/charts/cronjobs/templates/cronjob.yaml index 3b65d84..aa77238 100644 --- a/charts/cronjobs/templates/cronjob.yaml +++ b/charts/cronjobs/templates/cronjob.yaml @@ -85,5 +85,6 @@ spec: {{ toYaml . | indent 12 }} {{- end }} schedule: {{ $job.schedule | quote }} + timeZone: {{ $job.timeZone | quote }} successfulJobsHistoryLimit: {{ $job.successfulJobsHistoryLimit }} {{- end }} diff --git a/charts/cronjobs/values.yaml b/charts/cronjobs/values.yaml index 7b25df9..4f9e05a 100644 --- a/charts/cronjobs/values.yaml +++ b/charts/cronjobs/values.yaml @@ -1,4 +1,5 @@ -jobs: {} +jobs: + timeZone: "Etc/UTC" # - name: reader # namespace: default # image: