diff --git a/dev-values.yaml b/dev-values.yaml index 2649be0..f4e5330 100644 --- a/dev-values.yaml +++ b/dev-values.yaml @@ -25,4 +25,4 @@ elasticsearch: replicaCount: 1 # -- Timezone for all pods unless overwritten -timezone: UTC \ No newline at end of file +timezone: UTC diff --git a/templates/configmap-env.yaml b/templates/configmap-env.yaml index 59c1ca7..8adebb5 100644 --- a/templates/configmap-env.yaml +++ b/templates/configmap-env.yaml @@ -323,4 +323,5 @@ data: {{- end }} {{- with .Values.timezone }} TZ: {{ . | quote }} - {{- end }} \ No newline at end of file + {{- end }} + \ No newline at end of file diff --git a/values.yaml b/values.yaml index 53c0471..9b63329 100644 --- a/values.yaml +++ b/values.yaml @@ -425,4 +425,4 @@ tolerations: [] affinity: {} # -- Timezone for all pods unless overwritten -timezone: UTC \ No newline at end of file +timezone: UTC