updating argocd appliation.yaml

This commit is contained in:
Luke Robles 2022-02-02 17:22:39 -08:00
parent da882cd8e7
commit ab896f8e6f

View File

@ -12,16 +12,15 @@ spec:
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: default namespace: default
syncPolicy: syncPolicy:
automated: automated:
selfHeal: true
prune: true prune: true
syncOptions: selfHeal: true
- PruneLast=true retry:
retry: limit: 2
limit: 2 backoff:
backoff: duration: 5s
duration: 5s factor: 2
factor: 2 maxDuration: 3m0s
maxDuration: 3m0s syncOptions:
- PruneLast=true