Skip to content

Commit

Permalink
fix: add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
paolomainardi authored Feb 6, 2023
1 parent c2a4a72 commit 7779efc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ elasticsearch:
replicaCount: 1

# -- Timezone for all pods unless overwritten
timezone: UTC
timezone: UTC
3 changes: 2 additions & 1 deletion templates/configmap-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,5 @@ data:
{{- end }}
{{- with .Values.timezone }}
TZ: {{ . | quote }}
{{- end }}
{{- end }}

2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -425,4 +425,4 @@ tolerations: []
affinity: {}

# -- Timezone for all pods unless overwritten
timezone: UTC
timezone: UTC

0 comments on commit 7779efc

Please sign in to comment.