From e31f158bf4a2bbc4df5e0bf4ceab125b70564f3e Mon Sep 17 00:00:00 2001 From: Nick Adam Date: Mon, 19 Jan 2026 12:43:28 +0100 Subject: [PATCH] fix: pg pvc for outline --- apps/authentik-app.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/authentik-app.yaml b/apps/authentik-app.yaml index a65299c..28e41af 100644 --- a/apps/authentik-app.yaml +++ b/apps/authentik-app.yaml @@ -47,3 +47,8 @@ spec: - .metadata.resourceVersion - .status - .spec.storageClassName + # Temporär: Ignoriere authentik-media PVC komplett, damit er gelöscht werden kann + # Nach Migration zu Longhorn wieder entfernen + - group: "" + kind: PersistentVolumeClaim + name: "authentik-media" \ No newline at end of file