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