Misconfiguration fix for ignoreDiff
This commit is contained in:
parent
bcd05fe371
commit
5fe780a776
@ -7,6 +7,14 @@ metadata:
|
|||||||
argocd.argoproj.io/sync-wave: "0"
|
argocd.argoproj.io/sync-wave: "0"
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: ""
|
||||||
|
kind: PersistentVolumeClaim
|
||||||
|
name: gitea-shared-storage
|
||||||
|
jsonPointers:
|
||||||
|
- /spec/storageClassName
|
||||||
|
- /spec/volumeName
|
||||||
|
- /spec/resources
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://dl.gitea.com/charts/
|
- repoURL: https://dl.gitea.com/charts/
|
||||||
chart: gitea
|
chart: gitea
|
||||||
@ -26,11 +34,3 @@ spec:
|
|||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
ignoreDifferences:
|
|
||||||
- group: ""
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
name: gitea-shared-storage
|
|
||||||
jsonPointers:
|
|
||||||
- /spec/storageClassName
|
|
||||||
- /spec/volumeName
|
|
||||||
- /spec/resources
|
|
||||||
Loading…
x
Reference in New Issue
Block a user