Skip to content

Commit

Permalink
Merge pull request #187 from orange-cloudfoundry/quote-password-env
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-gouin authored Aug 2, 2024
2 parents c0e1f3e + bfa07d8 commit 7e8b829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/configmap-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data:
LDAP_USERS: {{ .Values.users }}
{{- end }}
{{- if .Values.userPasswords }}
LDAP_PASSWORDS: {{ .Values.userPasswords }}
LDAP_PASSWORDS: "{{ .Values.userPasswords }}"
{{- end }}
{{- if .Values.group }}
LDAP_GROUP: {{ .Values.group }}
Expand Down

0 comments on commit 7e8b829

Please sign in to comment.