From 67e1758b3140d186e98f7742d4d67d8481320510 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 17 Aug 2025 00:00:26 +0000 Subject: [PATCH] Just try let it run its own psql --- applications/40-authentik/authentik.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/applications/40-authentik/authentik.yaml b/applications/40-authentik/authentik.yaml index b7c255a..9407192 100644 --- a/applications/40-authentik/authentik.yaml +++ b/applications/40-authentik/authentik.yaml @@ -13,13 +13,13 @@ spec: helm: releaseName: "authentik" values: | - database: - host: postgresql.database - existingSecret: authentik-secret - secretKeys: - username: POSTGRES_USER - password: POSTGRES_PASSWORD - name: POSTGRES_DB + #database: + # host: postgresql.database + # existingSecret: authentik-secret + # secretKeys: + # username: POSTGRES_USER + # password: POSTGRES_PASSWORD + # name: POSTGRES_DB redis: enabled: false @@ -29,7 +29,7 @@ spec: host: redis-master.database postgresql: - enabled: false + enabled: true global: envFrom: