IgnoreDifferences is not working with RespectIgnoreDifferences true value in argo 2.5.2 #15651
ajaydevtron
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team,
It has been a great project, and we have been using it for three years now.
I have a use case where I have an Argo application, and I am sharing the manifests below. We do not want to trigger a deployment/rollout synchronization if we change the replicaCount in the spec of a Deployment or a Rollout (Custom Resource Definition - CRD).
Argo application manifest
However, it consistently syncs the Deployment and Rollout manifests, and the IgnoreDifferences configuration is not functioning as we expected.
I have reviewed the documentation provided in the link below:
https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#respect-ignore-difference-configs.
I have gone through below open issue but I haven't found a precise solution to address my concerns.
#9678
Could I be overlooking something in the Argo application? Thank you for any assistance and suggestions.
Beta Was this translation helpful? Give feedback.
All reactions