Skip to content

Commit 2d3ce2d

Browse files
authored
fix: ensure PORTS value is quoted (#515)
1 parent b08af79 commit 2d3ce2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/mailu/templates/envvars-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ data:
114114
{{- with .Values.permanentSessionLifetime }}
115115
PERMANENT_SESSION_LIFETIME: {{ . | int64 | quote }}
116116
{{- end }}
117-
PORTS: {{ include "mailu.enabledPorts" . }}
117+
PORTS: {{ include "mailu.enabledPorts" . | quote }}
118118
{{- with .Values.postmaster }}
119119
POSTMASTER: {{ . | quote }}
120120
{{- end }}

0 commit comments

Comments
 (0)