We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0e1f3e + bfa07d8 commit 7e8b829Copy full SHA for 7e8b829
templates/configmap-env.yaml
@@ -23,7 +23,7 @@ data:
23
LDAP_USERS: {{ .Values.users }}
24
{{- end }}
25
{{- if .Values.userPasswords }}
26
- LDAP_PASSWORDS: {{ .Values.userPasswords }}
+ LDAP_PASSWORDS: "{{ .Values.userPasswords }}"
27
28
{{- if .Values.group }}
29
LDAP_GROUP: {{ .Values.group }}
0 commit comments