From 084a96abca8efd8061540f365cbc2dc5bf56cef2 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Fri, 3 Sep 2021 14:23:13 +0700 Subject: [PATCH] Fix incorrect authelia values --- platform/authelia/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/platform/authelia/values.yaml b/platform/authelia/values.yaml index d9421821..4c28ac25 100644 --- a/platform/authelia/values.yaml +++ b/platform/authelia/values.yaml @@ -3,7 +3,7 @@ authelia: pod: kind: StatefulSet configMap: - server: + authentication_backend: ldap: enabled: false file: @@ -11,12 +11,15 @@ authelia: password: algorithm: sha512 iterations: 100000 + session: redis: enabled: false + storage: local: enabled: true postgres: enabled: false + notifier: filesystem: enabled: true smtp: