From 5fe780a776310a47b303a1007ffe3f060a402b99 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Sat, 21 Mar 2026 15:37:12 +0900 Subject: [PATCH] Misconfiguration fix for ignoreDiff --- argocd/apps/gitea.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/argocd/apps/gitea.yaml b/argocd/apps/gitea.yaml index ba164d4..7659415 100644 --- a/argocd/apps/gitea.yaml +++ b/argocd/apps/gitea.yaml @@ -7,6 +7,14 @@ metadata: argocd.argoproj.io/sync-wave: "0" spec: project: default + ignoreDifferences: + - group: "" + kind: PersistentVolumeClaim + name: gitea-shared-storage + jsonPointers: + - /spec/storageClassName + - /spec/volumeName + - /spec/resources sources: - repoURL: https://dl.gitea.com/charts/ chart: gitea @@ -25,12 +33,4 @@ spec: prune: false selfHeal: true syncOptions: - - CreateNamespace=true -ignoreDifferences: - - group: "" - kind: PersistentVolumeClaim - name: gitea-shared-storage - jsonPointers: - - /spec/storageClassName - - /spec/volumeName - - /spec/resources \ No newline at end of file + - CreateNamespace=true \ No newline at end of file