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