From a5d220418ef49cd9fa09b5dd33d53fd6f88a4c36 Mon Sep 17 00:00:00 2001 From: baschno Date: Thu, 12 Feb 2026 22:16:00 +0100 Subject: [PATCH] authentik update --- 12_Authentik/authentik-values.gomplate.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/12_Authentik/authentik-values.gomplate.yaml b/12_Authentik/authentik-values.gomplate.yaml index b5ca9d3..8950094 100644 --- a/12_Authentik/authentik-values.gomplate.yaml +++ b/12_Authentik/authentik-values.gomplate.yaml @@ -5,8 +5,10 @@ authentik: error_reporting: enabled: true postgresql: - password: "ThisIsNotASecurePassword" - + host: "your-cnpg-cluster-rw.namespace.svc.cluster.local" + name: "authentik" + port: 5432 + existingSecret: "authentik-credentials" # if you want to use a secret server: ingress: # Specify kubernetes ingress controller class name @@ -15,7 +17,8 @@ server: hosts: - authentik.domain.tld +# Disable the built-in PostgreSQL postgresql: - enabled: true + enabled: false auth: password: "ThisIsNotASecurePassword" \ No newline at end of file