-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
ArgoCD doesn't find diff for CRD based resource #9277
Comments
Hmmm, isn't it caused it by |
When deleted |
switching to
helped. But now the question Should
ignore a change in image ? |
I have the same issue (ArgoCD |
I'm seeing a similar issue showing the resource is in sync and not removing a field that should not be present. Desired state for Gloo Upstream CRD:
Current state:
It's ignoring the boolean value |
Checklist:
argocd version
.Describe the bug
ArgoCD doesn't find diff, while
kubectl diff
does.To Reproduce
Create a New version of tracked CRD resource. See how it is not applied :/
Expected behavior
When image version changes, it is applied to the repo
Screenshots
Version
Tested on 2.3.0-2.3.3 on 2 separate ArgoCD clusters.
Config
The text was updated successfully, but these errors were encountered: