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
I have the following diff in one of my applications:
I've added the following ignoreDifferences to my manifest:
ignoreDifferences: - group: apps kind: Deployment jsonPointers: - /spec/template/metadata/annotations/kubectl.kubernetes.io~1restartedAt
But the end result is still a difference and the sync status is still OutOfSync.
OutOfSync
Is there a way ArgoCD can handle this case? Thank you
The text was updated successfully, but these errors were encountered:
I think you must add a "fake" annotation so the result is not an empty annotation
Sorry, something went wrong.
This is causing us a few problems (especially when it happens on lots of apps).
Are there any solutions from argo here (don't really like the idea of having a fake-annotation to work around this).
Any update on this? This is so annoying
No branches or pull requests
I have the following diff in one of my applications:
I've added the following ignoreDifferences to my manifest:
But the end result is still a difference and the sync status is still
OutOfSync
.Is there a way ArgoCD can handle this case? Thank you
The text was updated successfully, but these errors were encountered: