diff --git a/templates/configmap-env.yaml b/templates/configmap-env.yaml index e7fbc95..59c1ca7 100644 --- a/templates/configmap-env.yaml +++ b/templates/configmap-env.yaml @@ -322,5 +322,5 @@ data: STATSD_ADDR: {{ . }} {{- end }} {{- with .Values.timezone }} - TZ: {{ . }} + TZ: {{ . | quote }} {{- end }} \ No newline at end of file