From d86f67b0d30229c54fad397882da3968a36eee93 Mon Sep 17 00:00:00 2001 From: Filip Cap Date: Fri, 24 Nov 2023 14:37:35 +0100 Subject: [PATCH] fix service-protection-installation.md managedclusteraddon annotation --- docs/installation/service-protection-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/service-protection-installation.md b/docs/installation/service-protection-installation.md index cf09466f..4786484e 100644 --- a/docs/installation/service-protection-installation.md +++ b/docs/installation/service-protection-installation.md @@ -47,7 +47,7 @@ In OpenShift environments, OLM comes pre-installed. However, it is configured to To align the Kuadrant add-on with the OpenShift default CatalogSource, you can patch the add-on's CatalogSource configuration. Run the following command (note it needs to be run for each managed cluster where the add-on is installed): ```bash -kubectl annotate managedclusteraddon kuadrant-addon "addon.open-cluster-management.io/values"='{"CatalogSource":"openshift-marketplace/community-operators"}' -n managed-cluster-ns +kubectl annotate managedclusteraddon kuadrant-addon "addon.open-cluster-management.io/values"='{"CatalogSource":"community-operators", "CatalogSourceNS":"openshift-marketplace"}' -n managed-cluster-ns ``` ### Existing Istio installations and changing the default Istio Operator name