diff --git a/argocd-application.yaml b/argocd-application.yaml index c077958c..8eb96d10 100644 --- a/argocd-application.yaml +++ b/argocd-application.yaml @@ -12,16 +12,15 @@ spec: destination: server: https://kubernetes.default.svc namespace: default - syncPolicy: automated: - selfHeal: true prune: true - syncOptions: - - PruneLast=true - retry: - limit: 2 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m0s + selfHeal: true + retry: + limit: 2 + backoff: + duration: 5s + factor: 2 + maxDuration: 3m0s + syncOptions: + - PruneLast=true