From 6876f62eac82b20149b5d6739a15637ee274d736 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Thu, 2 Apr 2026 18:13:32 -0500 Subject: [PATCH] fix: ignore PVC label diff in ArgoCD sync --- argocd/gitea-app.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/argocd/gitea-app.yaml b/argocd/gitea-app.yaml index 8bdce98..a3301cb 100644 --- a/argocd/gitea-app.yaml +++ b/argocd/gitea-app.yaml @@ -31,3 +31,9 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true + - RespectIgnoreDifferences=true + ignoreDifferences: + - group: "" + kind: PersistentVolumeClaim + jsonPointers: + - /metadata/labels