From f7fe6ff8325ad2110890240f28dda4a4a9458ee5 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 10 May 2025 17:12:38 +0200 Subject: [PATCH] Update authentik configuration to reference the correct PostgreSQL cluster app name --- 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 c821b4f..fbf07a6 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-cluster-app + name: pg-authentik-cluster-app key: host - name: AUTHENTIK_POSTGRESQL__NAME valueFrom: secretKeyRef: - name: postgres-authentik-cluster-app + name: pg-authentik-cluster-app key: dbname - name: AUTHENTIK_POSTGRESQL__PASSWORD valueFrom: secretKeyRef: - name: postgres-authentik-cluster-app + name: pg-authentik-cluster-app key: password - name: AUTHENTIK_POSTGRESQL__USER valueFrom: secretKeyRef: - name: postgres-authentik-cluster-app + name: pg-authentik-cluster-app key: username authentik: secret_key: bGd7nChCpPQmypR64rgF