From e36ef81dca35fe91ef13c10650241c73d088705d Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 10 May 2025 17:11:11 +0200 Subject: [PATCH] Update authentik configuration to reference the correct PostgreSQL cluster app --- applications/templates/authentik.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/applications/templates/authentik.yaml b/applications/templates/authentik.yaml index 7092b67..c821b4f 100644 --- a/applications/templates/authentik.yaml +++ b/applications/templates/authentik.yaml @@ -25,22 +25,22 @@ spec: - name: AUTHENTIK_DATABASE__HOST valueFrom: secretKeyRef: - name: postgres-authentik-app + name: postgres-authentik-cluster-app key: host - name: AUTHENTIK_POSTGRESQL__NAME valueFrom: secretKeyRef: - name: postgres-authentik-app + name: postgres-authentik-cluster-app key: dbname - name: AUTHENTIK_POSTGRESQL__PASSWORD valueFrom: secretKeyRef: - name: postgres-authentik-app + name: postgres-authentik-cluster-app key: password - name: AUTHENTIK_POSTGRESQL__USER valueFrom: secretKeyRef: - name: postgres-authentik-app + name: postgres-authentik-cluster-app key: username authentik: secret_key: bGd7nChCpPQmypR64rgF