From a58abc94ed92979f314e73191b50a0d203a1f22a Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 10 May 2025 17:34:48 +0200 Subject: [PATCH] Disable persistence for Redis master in authentik configuration --- applications/templates/authentik.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applications/templates/authentik.yaml b/applications/templates/authentik.yaml index 3d5e6a0..58b807d 100644 --- a/applications/templates/authentik.yaml +++ b/applications/templates/authentik.yaml @@ -61,6 +61,9 @@ spec: enabled: false redis: enabled: true + master: + persistence: + enabled: false prometheus: rules: enabled: true