diff --git a/argocd/apps/gitea.yaml b/argocd/apps/gitea.yaml index 2bc3bb8..ba164d4 100644 --- a/argocd/apps/gitea.yaml +++ b/argocd/apps/gitea.yaml @@ -25,4 +25,12 @@ spec: prune: false selfHeal: true syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true +ignoreDifferences: + - group: "" + kind: PersistentVolumeClaim + name: gitea-shared-storage + jsonPointers: + - /spec/storageClassName + - /spec/volumeName + - /spec/resources \ No newline at end of file