From 6540d4a38a5d1e5897c56ad18dc4f1c22414a324 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 17 Aug 2025 15:15:58 +0000 Subject: [PATCH] Remove psql from values; handled in globals --- applications/40-authentik/authentik.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/applications/40-authentik/authentik.yaml b/applications/40-authentik/authentik.yaml index 35c2754..80565e2 100644 --- a/applications/40-authentik/authentik.yaml +++ b/applications/40-authentik/authentik.yaml @@ -33,15 +33,12 @@ spec: envFrom: - secretRef: name: authentik-env - postgresql: - enabled: false redis: enabled: false + postgresql: - host: postgresql.database - port: 5432 - database: authentik - username: authentik + enabled: false + redisConfig: host: redis.database port: