diff --git a/argocd-apps/raw-resources-mail-services.yaml b/argocd-apps/raw-resources-mail-services.yaml index ed37c32..f2a956d 100644 --- a/argocd-apps/raw-resources-mail-services.yaml +++ b/argocd-apps/raw-resources-mail-services.yaml @@ -18,10 +18,6 @@ spec: namespace: mail-services syncPolicy: - automated: - prune: true - selfHeal: true - allowEmpty: false syncOptions: - CreateNamespace=true retry: diff --git a/argocd-apps/snappymail.yaml b/argocd-apps/snappymail.yaml index eaa2fab..940b068 100644 --- a/argocd-apps/snappymail.yaml +++ b/argocd-apps/snappymail.yaml @@ -21,10 +21,6 @@ spec: namespace: mail-services syncPolicy: - automated: - prune: true - selfHeal: true - allowEmpty: false syncOptions: - CreateNamespace=true - ServerSideApply=true diff --git a/argocd-apps/stalwart.yaml b/argocd-apps/stalwart.yaml index 479ff32..e0e8679 100644 --- a/argocd-apps/stalwart.yaml +++ b/argocd-apps/stalwart.yaml @@ -27,10 +27,6 @@ spec: - '.spec.volumeClaimTemplates[]?' syncPolicy: - automated: - prune: true - selfHeal: true - allowEmpty: false syncOptions: - CreateNamespace=true - RespectIgnoreDifferences=true