From e3b03cd61a11863bae4c52e9b166b21b75f2d45b Mon Sep 17 00:00:00 2001 From: luhahn Date: Wed, 16 Jun 2021 05:07:59 +0800 Subject: [PATCH] Fix LDAP Ppassword env variable (#182) Fixes: #179 Co-authored-by: Lucas Hahn Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/182 Reviewed-by: Andrew Thornton Reviewed-by: techknowlogick Co-authored-by: luhahn Co-committed-by: luhahn --- templates/gitea/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gitea/statefulset.yaml b/templates/gitea/statefulset.yaml index 42c1945..d4a16c8 100644 --- a/templates/gitea/statefulset.yaml +++ b/templates/gitea/statefulset.yaml @@ -64,7 +64,7 @@ spec: {{- else }} - name: GITEA_LDAP_BIND_DN value: {{ .Values.gitea.ldap.bindDn | quote }} - - name: GITEA_ADMIN_PASSWORD + - name: GITEA_LDAP_PASSWORD value: {{ .Values.gitea.ldap.bindPassword | quote }} {{- end }} {{- if .Values.gitea.admin.existingSecret }}