updating argocd appliation.yaml
This commit is contained in:
parent
da882cd8e7
commit
ab896f8e6f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user