Argo

Is it possible to change default sync period of ArgoCD?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

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.