-
Feature Request
-
Resolution: Done
-
Normal
-
None
-
None
-
False
-
False
-
-
-
-
1. Proposed title of this feature request
Looking for a way to remove the ArgoCD console link permanently
2. What is the nature and description of the request?
3. Why does the customer need this? (List the business requirements here)
Customer have a multi-tenant cluster, and they want to remove ArgoCD console link as it is not intended for the tenants. Tenants do not need to see this. Also if a tenant decides to use Gitops/Argcocd themselves, for their own namespaces, it will be very confusing to have a link here pointing to some other ArgoCD.
Steps to reproduce:
- Install Red Hat OpenShift GitOps operator.
- Consolelink 'ArgoCD' gets created : `$ oc get consolelink -n openshift-operator`.
- Delete the ArgoCD link : `$ oc delete consolelink/argocd` (It gets deleted but ArgoCD link appears again after few hours)
ConsoleLink will get recreated when the argocd route gets updated or recreated. The ConsoleLink can only be deleted by disabling the default ArgoCD instance in the openshift-gitops namespace. Currently for OCP 4.8, it's not possible to remove the link with the default instance enabled.
- is cloned by
-
GITOPS-1773 Allow disabling default ArgoCD console link
- Closed