We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08af79 commit 2d3ce2dCopy full SHA for 2d3ce2d
1 file changed
charts/mailu/templates/envvars-configmap.yaml
@@ -114,7 +114,7 @@ data:
114
{{- with .Values.permanentSessionLifetime }}
115
PERMANENT_SESSION_LIFETIME: {{ . | int64 | quote }}
116
{{- end }}
117
- PORTS: {{ include "mailu.enabledPorts" . }}
+ PORTS: {{ include "mailu.enabledPorts" . | quote }}
118
{{- with .Values.postmaster }}
119
POSTMASTER: {{ . | quote }}
120
0 commit comments