From 9554e65b338a34af74df246d5a574826930ac3ba Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 27 Dec 2025 19:34:53 +0100 Subject: [PATCH] authentik deployment strategy modified to recreate --- auth-system/authentik-values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auth-system/authentik-values.yaml b/auth-system/authentik-values.yaml index bbc8127..a6d731a 100644 --- a/auth-system/authentik-values.yaml +++ b/auth-system/authentik-values.yaml @@ -10,6 +10,9 @@ global: deploymentAnnotations: reloader.stakater.com/auto: "true" # Auto-reload on secret changes (if using Reloader) + + deploymentStrategy: + type: Recreate podAnnotations: prometheus.io/scrape: "true"