Open kjvellajr opened 7 months ago
Also related to #5082
ArgoCD versions 2.10 and below have reached EOL. Can you upgrade and tell us if the issue is still present, please?
Hi @andrii-korotkov-verkada, I can confirm that this is still an issue with version 2.13.1 of ArgoCD.
Checklist:
argocd version
.Describe the bug
Cluster Scoped resources (provisioned outside of the ArgoCD app) always show as having diffs if they are tracked to a Namespace Scoped resource within an ArgoCD app.
This seems to be closely related to https://github.com/argoproj/argo-cd/issues/8683#issuecomment-1111605207
To Reproduce
application.resourceTrackingMethod
toannotation
kustomize-guestbook
from https://github.com/argoproj/argocd-example-apps, with a target namespace ofguestbook
ClusterRole
:Diff
is disabled in the UI.Expected behavior
The Cluster Scope resource with annotation tracking should behave like any Namespace scoped resource that has ownership metadata defined. The Diff and Desired Manifest tabs should not be displayed.
Screenshots
:white_check_mark: Namespace scoped resource with ownership metadata defined:
:x: Cluster Scoped resource using annotation tracking:
Version
Logs