Fix LDAP Ppassword env variable (#182)

Fixes: #179

Co-authored-by: Lucas Hahn <[email protected]>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/182
Reviewed-by: Andrew Thornton <[email protected]>
Reviewed-by: techknowlogick <[email protected]>
Co-authored-by: luhahn <[email protected]>
Co-committed-by: luhahn <[email protected]>
This commit is contained in:
luhahn
2021-06-16 05:07:59 +08:00
committed by techknowlogick
co-authored by Lucas Hahn
parent c49dc047a4
commit e3b03cd61a
+1 -1
View File
@@ -64,7 +64,7 @@ spec:
{{- else }} {{- else }}
- name: GITEA_LDAP_BIND_DN - name: GITEA_LDAP_BIND_DN
value: {{ .Values.gitea.ldap.bindDn | quote }} value: {{ .Values.gitea.ldap.bindDn | quote }}
- name: GITEA_ADMIN_PASSWORD - name: GITEA_LDAP_PASSWORD
value: {{ .Values.gitea.ldap.bindPassword | quote }} value: {{ .Values.gitea.ldap.bindPassword | quote }}
{{- end }} {{- end }}
{{- if .Values.gitea.admin.existingSecret }} {{- if .Values.gitea.admin.existingSecret }}