From d8d2c6a70faf508c9b9ea1866e3c7725b563cfef Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Wed, 2 Feb 2022 17:22:39 -0800 Subject: [PATCH] updating argocd appliation.yaml --- argocd-application.yaml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) 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