Is it possible to change default sync period of ArgoCD?
Answer
Yes, it is possible by adding the following to the argocd-cm (ConfigMap):
data:
timeout.reconciliation: 300s
The value can be any number of seconds you would like to set.
Yes, it is possible by adding the following to the argocd-cm (ConfigMap):
data:
timeout.reconciliation: 300s
The value can be any number of seconds you would like to set.