From 74068d239d7712fc13363a7dda974380411fa631 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 3 Jul 2025 15:20:29 +1000 Subject: [PATCH] Try use secret for conf --- deployments/auth/authentik.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deployments/auth/authentik.yaml b/deployments/auth/authentik.yaml index 87661af..a256419 100644 --- a/deployments/auth/authentik.yaml +++ b/deployments/auth/authentik.yaml @@ -34,7 +34,9 @@ spec: disableWait: false timeout: 10m values: - # Optional example values below + secret: + create: false + existingSecret: authentik-secret server: ingress: enabled: true @@ -50,7 +52,7 @@ spec: tls: - secretName: authentik-tls hosts: - - authentik.example.com + - auth.hxme.net postgresql: enabled: true # Set to false if using external DB redis: