From c2a4a7234249b196ec15310ca2a85151007719ba Mon Sep 17 00:00:00 2001 From: Paolo Mainardi Date: Mon, 6 Feb 2023 12:07:57 +0100 Subject: [PATCH] fix: quote value --- templates/configmap-env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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