Misconfiguration fix for ignoreDiff

This commit is contained in:
Nik Afiq 2026-03-21 15:37:12 +09:00
parent bcd05fe371
commit 5fe780a776

View File

@ -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
- CreateNamespace=true