Fix authelia ldap and smtp secrets

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-01 17:14:17 +02:00
parent eb58df34ff
commit a94089cf05
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,4 +38,4 @@ sources:
- https://github.com/authelia/chartrepo - https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia - https://github.com/authelia/authelia
type: application type: application
version: 1.6.12 version: 1.6.13
@@ -76,11 +76,11 @@ data:
{{- end }} {{- end }}
{{- if .Values.authentication_backend.ldap.enabled }} {{- if .Values.authentication_backend.ldap.enabled }}
LDAP_PASSWORD: {{ .Values.authentication_backend.ldap.plain_password }} LDAP_PASSWORD: {{ .Values.authentication_backend.ldap.plain_password | b64enc | quote }}
{{- end }} {{- end }}
{{- if .Values.notifier.smtp.enabled }} {{- if .Values.notifier.smtp.enabled }}
SMTP_PASSWORD: {{ .Values.notifier.smtp.plain_password }} SMTP_PASSWORD: {{ .Values.notifier.smtp.plain_password | b64enc | quote }}
{{- end }} {{- end }}
{{- if .Values.duo_api.enabled }} {{- if .Values.duo_api.enabled }}