From 08a08ea181defbe7f4da0171ce286fec94734ef7 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Thu, 23 Nov 2023 10:33:00 -0500 Subject: [PATCH] auth try --- authentik/helmrelease-authentik.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/authentik/helmrelease-authentik.yaml b/authentik/helmrelease-authentik.yaml index 9987a20..4afc1b6 100644 --- a/authentik/helmrelease-authentik.yaml +++ b/authentik/helmrelease-authentik.yaml @@ -84,7 +84,7 @@ spec: authentik: # -- Log level for server and worker - log_level: info + log_level: debug # -- Secret key used for cookie singing and unique user IDs, # don't change this after the first install # secret_key: "${AUTHENTIK_SECRET_KEY}" @@ -163,6 +163,10 @@ spec: secretKeyRef: name: authentik-postgresql-password key: postgresql-password + AUTHENTIK_POSTGRESQL__PASSWORD: + secretKeyRef: + name: authentik-postgresql-password + key: postgresql-password service: # -- Service that is created to access authentik