Description of problem: Even after delete the GitOps operator, the link to login to ArgoCD is still present in the console UI Version-Release number of selected component (if applicable): 4.7 Steps to Reproduce: 1. Install GitOps Operator 2. Delete the GitOps Operator 3. Go to the console and check that the link is still there Expected results: The link should be deleted after deleting the operator Additional info: As a workaround, the link could be deleted with `$ oc delete consolelink/argocd`
This looks like a console-related issue. Updating component to the console team.
Hi, Joe. This isn't a console issue. ConsoleLink is a custom resource created by the operator itself. It would be up to the operator to remove the ConsoleLink. This is related to the feature to clean up operands, but I'm not sure that would cover this case. Assigning back to OLM for triage.