Skip to content

fix: timezone not applied because of inconsistence case#8

Merged
abarrak merged 1 commit intoabarrak:mainfrom
dodyagung:fix-timezone
Nov 30, 2025
Merged

fix: timezone not applied because of inconsistence case#8
abarrak merged 1 commit intoabarrak:mainfrom
dodyagung:fix-timezone

Conversation

@dodyagung
Copy link
Contributor

@dodyagung dodyagung commented Nov 19, 2025

I tried to change timezone via yaml, but it wasn't applied.
But when when I tried it via --set helm arguments (ex: --set timezone=Asia/Jakarta), it's working.

I realized that there was an inconsistence in values.yaml :

timeZone: ""

and templates/cron.yaml :

{{- if .Values.timezone }}
timeZone: {{ .Values.timezone | quote }}
{{- end }}

@abarrak
Copy link
Owner

abarrak commented Nov 30, 2025

Thank you @dodyagung!

@abarrak abarrak merged commit 5cb176a into abarrak:main Nov 30, 2025
1 of 5 checks passed
@abarrak
Copy link
Owner

abarrak commented Nov 30, 2025

@dodyagung dodyagung deleted the fix-timezone branch December 1, 2025 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants