In a multi-tenant cluster, users might have to deal with multiple instances of Argo CD. For example, after installing an Argo CD instance in your namespace, you might find a different Argo CD instance attached to the Argo CD console link, instead of your own Argo CD instance, in the Console Application Launcher.
You can customize the Argo CD console link by setting the DISABLE_DEFAULT_ARGOCD_CONSOLELINK
environment variable:
-
When you set DISABLE_DEFAULT_ARGOCD_CONSOLELINK
to true
, the Argo CD console link is permanently deleted.
-
When you set DISABLE_DEFAULT_ARGOCD_CONSOLELINK
to false
or use the default value, the Argo CD console link is temporarily deleted and visible again when the Argo CD route is reconciled.
Procedure
-
In the Administrator perspective, navigate to Administration → CustomResourceDefinitions.
-
Find the Subscription CRD and click to open it.
-
Select the Instances tab and click the openshift-gitops-operator subscription.
-
Select the YAML tab and make your customization: