From a94089cf05a0f42df05f0ff630856f756e59e495 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 1 Sep 2021 17:14:17 +0200 Subject: [PATCH] Fix authelia ldap and smtp secrets --- charts/stable/authelia/Chart.yaml | 2 +- charts/stable/authelia/templates/_secrets.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml index 060097ab72f..e2d28323f5d 100644 --- a/charts/stable/authelia/Chart.yaml +++ b/charts/stable/authelia/Chart.yaml @@ -38,4 +38,4 @@ sources: - https://github.com/authelia/chartrepo - https://github.com/authelia/authelia type: application -version: 1.6.12 +version: 1.6.13 diff --git a/charts/stable/authelia/templates/_secrets.tpl b/charts/stable/authelia/templates/_secrets.tpl index ff123669c68..2ea610e8b42 100644 --- a/charts/stable/authelia/templates/_secrets.tpl +++ b/charts/stable/authelia/templates/_secrets.tpl @@ -76,11 +76,11 @@ data: {{- end }} {{- 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 }} {{- if .Values.notifier.smtp.enabled }} - SMTP_PASSWORD: {{ .Values.notifier.smtp.plain_password }} + SMTP_PASSWORD: {{ .Values.notifier.smtp.plain_password | b64enc | quote }} {{- end }} {{- if .Values.duo_api.enabled }}