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 }}