Skip to content

Commit 7e8b829

Browse files
authored
Merge pull request jp-gouin#187 from orange-cloudfoundry/quote-password-env
2 parents c0e1f3e + bfa07d8 commit 7e8b829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/configmap-env.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data:
2323
LDAP_USERS: {{ .Values.users }}
2424
{{- end }}
2525
{{- if .Values.userPasswords }}
26-
LDAP_PASSWORDS: {{ .Values.userPasswords }}
26+
LDAP_PASSWORDS: "{{ .Values.userPasswords }}"
2727
{{- end }}
2828
{{- if .Values.group }}
2929
LDAP_GROUP: {{ .Values.group }}

0 commit comments

Comments
 (0)