mirror of
https://github.com/mastodon/chart
synced 2025-05-18 13:03:21 +00:00
fix: quote value
This commit is contained in:
parent
166d3a5060
commit
c2a4a72342
|
@ -322,5 +322,5 @@ data:
|
||||||
STATSD_ADDR: {{ . }}
|
STATSD_ADDR: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.timezone }}
|
{{- with .Values.timezone }}
|
||||||
TZ: {{ . }}
|
TZ: {{ . | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
Loading…
Reference in New Issue
Block a user