Closed rahtr closed 1 month ago
https://github.com/argoproj/argo-cd/issues/15116 feels relevant
15116 may not be relevant because that was someone making changes manually either using the argocd gui or by the use of kubectl, this ticket does not say there was a manual change.
15116 may not be relevant because that was someone making changes manually either using the argocd gui or by the use of kubectl, this ticket does not say there was a manual change.
Istio adding a label is effectively the same as a person adding it.
Closing as duplicate of https://github.com/argoproj/argo-cd/issues/15116. The symptoms of this issue is the same as 15116. If the configuration is not in git, it is not part of the desired state. This is the expected behavior. 15116 request a feature to allow some configurable managers changes to be show as diff, even if they are not part of the git desired state.
I think subscribing to 15116 feature enhancement will be easier than tracking 2 separate issues.
Checklist:
argocd version
.Describe the bug The desired and a live stage of the ValidatingWebhookConfiguration doesn't match but the application is still healthy.
To Reproduce AppSet configuration:
Live Manifest:
Desired Manifest:
Notice and extra label added :
istio.io/tag: default
to the live manifestExpected behavior The live manifest should match the desired manifest or the app should be unhealthy.
Screenshots
Version
Logs