-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(argo-cd): add sync wave delay option for application controller #2915
base: main
Are you sure you want to change the base?
Conversation
This commit is related to allowing the user to override the default ARGOCD_SYNC_WAVE_DELAY env. variable. |
# -- Sync wave delay seconds to make delay between applications' sync | ||
controller.sync.wave.delay: 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ssbostan , thank you for your PR, it's almost LGTM. |
Signed-off-by: Saeid Bostandoust <[email protected]>
Hi @ssbostan Would you mind to also file a PR against upstream and contribute the new setting in the params ConfigMap also there? |
Yes, please. Could you send me the related information to commit on the upstream as well? Thank you. |
Checklist: