diff --git a/argocd-apps/gitea.yaml b/argocd-apps/gitea.yaml index f1fb3c9..88389e9 100644 --- a/argocd-apps/gitea.yaml +++ b/argocd-apps/gitea.yaml @@ -19,3 +19,14 @@ spec: automated: prune: true selfHeal: true + syncOptions: + - CreateNamespace=true + - PrunePropagationPolicy=foreground + - RespectIgnoreDifferences=true + ignoreDifferences: + - group: "" + kind: PersistentVolumeClaim + jsonPointers: + - /status + - /spec/volumeName + - /spec/storageClassName