From a624347333b9bc23ff3891f387218ed55123989c Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 18 Jul 2025 13:00:02 +0200 Subject: [PATCH] Disable redis persistence --- apps/authentik.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/authentik.yaml b/apps/authentik.yaml index 8a21f48..c44351b 100644 --- a/apps/authentik.yaml +++ b/apps/authentik.yaml @@ -56,6 +56,9 @@ spec: redis: enabled: true + master: + persistence: + enabled: false additionalObjects: - apiVersion: postgresql.cnpg.io/v1