You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my first question was is the default value 2 or 2s
was able to figure it out by looking at the code, here but I think just having it in the page would make it easier
wasn't sure how to configure this in the helm chart initially
Proposal
add a code block below the following note in the docs
Note: there is a delay between each sync wave to give other controllers a chance to react to the applied spec change. This prevents Argo CD from assessing resource health too quickly (against a stale object), and firing hooks prematurely. The default delay between each sync wave is 2 seconds. This can be adjusted by setting the ARGOCD_SYNC_WAVE_DELAY environment variable in the argocd-application-controller deployment.
The text was updated successfully, but these errors were encountered:
Summary
In the sync waves page https://argo-cd.readthedocs.io/en/stable/user-guide/sync-waves/
I think a short code block that shows how the ARGOCD_SYNC_WAVE_DELAY in the helm chart can be configured
like this
Motivation
my first question was is the default value 2 or 2s
wasn't sure how to configure this in the helm chart initially
Proposal
add a code block below the following note in the docs
The text was updated successfully, but these errors were encountered: