-
Bug
-
Resolution: Done
-
Critical
-
ACM 2.8.0
-
False
-
None
-
False
-
-
-
Important
-
Customer Facing
-
No
Description of problem:
If you configure OpenShift GitOps to use annotation tracking instead of label tracking ACM will show resources in the appplication as Not Deployed. This appears to be due a search issue where the query is looking for the default Argo tracking label.
Note also that users can use an alternate key for the label as well and this is commonly done since the default label of app.kubernetes.io/instance conflicts with the Developer perspective topology view.
Version-Release number of selected component (if applicable): 2.7.1
How reproducible: Everytime
Steps to Reproduce:
- Change OpenShift GitOps to use annotation tracking (
resourceTrackingMethod: annotation) - ...
Actual results:
Application shows as Not Deployed
Expected results:
Application should show Deployed status
Additional info:
- is cloned by
-
ACM-4414 ACM shows Argo CD Applications as Not Deployed when using annotation tracking
- Closed