From 75b7d50f9c6230678c1c91dca4b89de552663de1 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Wed, 18 Mar 2026 07:21:30 +0200 Subject: [PATCH] Fix pvc sync --- argocd-apps/gitea.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/argocd-apps/gitea.yaml b/argocd-apps/gitea.yaml index f1fb3c9..88389e9 100644 --- a/argocd-apps/gitea.yaml +++ b/argocd-apps/gitea.yaml @@ -19,3 +19,14 @@ spec: automated: prune: true selfHeal: true + syncOptions: + - CreateNamespace=true + - PrunePropagationPolicy=foreground + - RespectIgnoreDifferences=true + ignoreDifferences: + - group: "" + kind: PersistentVolumeClaim + jsonPointers: + - /status + - /spec/volumeName + - /spec/storageClassName