From c1ae4f0e5b22544aebe653f131d1c6c35138e207 Mon Sep 17 00:00:00 2001 From: William P Date: Mon, 7 Jul 2025 21:51:56 -0400 Subject: [PATCH] authentik: fix redis config --- authentik/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/authentik/values.yaml b/authentik/values.yaml index e1cb894..b9645dd 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -1,4 +1,7 @@ authentik: + authentik: + redis: + host: authentik-kv.authentik.svc.cluster.local server: replicas: 3 volumeMounts: @@ -29,8 +32,6 @@ authentik: enabled: false global: env: - - name: AUTHENTIK_REDIS__HOST - value: authentik-kv-headless.authentik.svc.cluster.local - name: AUTHENTIK_SECRET_KEY valueFrom: secretKeyRef: