Skip to content

Commit

Permalink
remove configUserEnabled ref in secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-gouin committed Oct 9, 2024
1 parent 790cdf7 commit 8c51bb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ type: Opaque
data:
LDAP_ADMIN_USERNAME: {{ .Values.global.adminUser | b64enc | quote }}
LDAP_ADMIN_PASSWORD: {{ .Values.global.adminPassword | b64enc | quote }}
{{- if .Values.global.configUserEnabled }}
LDAP_CONFIG_ADMIN_PASSWORD: {{ .Values.global.configPassword | b64enc | quote }}
{{- end}}
{{ end }}

0 comments on commit 8c51bb8

Please sign in to comment.