From 9bac1c6e4a8c09bf9ceea01584e04c7deb3727c1 Mon Sep 17 00:00:00 2001 From: AB-UK Date: Wed, 11 Mar 2026 16:12:19 +0000 Subject: [PATCH] authentik: explicitly clear redis host to force postgres cache --- k8s/core/authentik/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/core/authentik/values.yaml b/k8s/core/authentik/values.yaml index 042e93d..c9451f0 100644 --- a/k8s/core/authentik/values.yaml +++ b/k8s/core/authentik/values.yaml @@ -11,6 +11,8 @@ authentik: name: "authentik" host: "psql.psql.svc" port: 5432 + redis: + host: "" worker: envFrom: - secretRef: