From cc3cc6b5b736d8b57ab47fe7094ca76b2f71944a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Wed, 30 Nov 2022 13:22:41 +0100 Subject: [PATCH] ree --- apps/templates/authentik.yaml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/apps/templates/authentik.yaml b/apps/templates/authentik.yaml index 1001c5e..61c56e5 100644 --- a/apps/templates/authentik.yaml +++ b/apps/templates/authentik.yaml @@ -24,10 +24,10 @@ spec: enabled: true envValueFrom: - # AUTHENTIK_POSTGRESQL__PASSWORD: - # secretKeyRef: - # key: postgres-password - # name: authentik-postgresql + AUTHENTIK_POSTGRESQL__PASSWORD: + secretKeyRef: + key: postgres-password + name: authentik-postgresql AUTHENTIK_SECRET_KEY: secretKeyRef: @@ -40,12 +40,8 @@ spec: repository: zcube/bitnami-compat/postgresql tag: 11.18.0-debian-11-r39 enabled: true - #auth: - # existingSecret: postgres-secret - # secretKeys: - # userPasswordKey: postgres-password - # username: authentik - # database: authentik + auth: + existingSecret: authentik-postgresql persistence: enabled: true storageClass: longhorn