From c0b6a2ff8af2fd8007fbc88dfcd2b970ca163020 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 17 Aug 2025 14:29:39 +0000 Subject: [PATCH 1/2] Remove unneeded, invalid values --- applications/40-authentik/authentik.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/applications/40-authentik/authentik.yaml b/applications/40-authentik/authentik.yaml index ec876e5..b755d46 100644 --- a/applications/40-authentik/authentik.yaml +++ b/applications/40-authentik/authentik.yaml @@ -37,13 +37,9 @@ spec: port: 5432 database: authentik username: authentik - existingSecret: authentik-secrets - existingSecretKey: postgresql-password redisConfig: host: redis.database port: - existingSecret: authentik-secrets - existingSecretKey: redis-password authentik: external_url: "https://authentik.yourdomain.com/" ingress: From c4a7cbb74ebe6f1ee63b21b6c3d7648166ccc6ae Mon Sep 17 00:00:00 2001 From: j Date: Sun, 17 Aug 2025 14:30:42 +0000 Subject: [PATCH 2/2] Fix up param names --- applications/40-authentik/authentik.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/40-authentik/authentik.yaml b/applications/40-authentik/authentik.yaml index b755d46..3b9d7e2 100644 --- a/applications/40-authentik/authentik.yaml +++ b/applications/40-authentik/authentik.yaml @@ -12,12 +12,12 @@ spec: type: helm helm: parameters: - - name: "authentik.postgresql.password" + - name: "postgresql.password" valueFrom: secretKeyRef: name: authentik-secrets key: postgresql-password - - name: "authentik.redis.password" + - name: "redis.password" valueFrom: secretKeyRef: name: authentik-secrets @@ -32,7 +32,7 @@ spec: enabled: false redis: enabled: false - postgresqlConfig: + postgresql: host: postgresql.database port: 5432 database: authentik