From 50f38912bc7b9fe5fe4eacc8d9393dd8bf6f3f9d Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Mar 2026 00:31:35 +0100 Subject: [PATCH] Authentik: change config --- apps/templates/authentik-helm.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/templates/authentik-helm.yaml b/apps/templates/authentik-helm.yaml index 539e938..cd5f418 100644 --- a/apps/templates/authentik-helm.yaml +++ b/apps/templates/authentik-helm.yaml @@ -47,6 +47,15 @@ spec: secretKeyRef: name: authentik-secrets key: bootstrap_token + - name: AUTHENTIK_POSTGRESQL__HOST + value: authentik-postgres-rw + - name: AUTHENTIK_POSTGRESQL__NAME + value: authentik + - name: AUTHENTIK_POSTGRESQL__USER + valueFrom: + secretKeyRef: + name: authentik-postgres-credentials + key: username - name: AUTHENTIK_POSTGRESQL__PASSWORD valueFrom: secretKeyRef: