Rollback to previous revision conflicts with ArgoCD #2571
Unanswered
mrmartinez95
asked this question in
Q&A
Replies: 1 comment
-
If you don't want to convert to Rollout, only option would be to ignore diffs in the deployment https://argo-cd.readthedocs.io/en/stable/user-guide/diffing/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I have a Rollout object with a reference to an existing deployment, with a canary strategy, and it's using Istio for traffic routing.
Every rollout works as expected but I'm getting a conflict between Rollout and ArgoCD when trying to rollback to a previous revision. Rollout modifies the live deployment so ArgoCD syncs back to the deployment's git current version.
Replacing the deployment with a Rollout object is not an option for me. Is there something I can do to workaround this conflict issue?
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions