We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently if an Application fails to sync, the whole ProgressiveSync fails. In ArgoCD we can specify a # of retries as per https://argo-cd.readthedocs.io/en/stable/operator-manual/application.yaml
# The retry feature is available since v1.7 retry: limit: 5 # number of failed sync attempt retries; unlimited number of attempts if less than 0
We should read this value and fail the ProgressiveSync only if we tried limit times.
limit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently if an Application fails to sync, the whole ProgressiveSync fails. In ArgoCD we can specify a # of retries as per https://argo-cd.readthedocs.io/en/stable/operator-manual/application.yaml
We should read this value and fail the ProgressiveSync only if we tried
limit
times.The text was updated successfully, but these errors were encountered: