Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #695 from ficap/catalogsourcens
Browse files Browse the repository at this point in the history
fix service-protection-installation.md managedclusteraddon annotation
  • Loading branch information
openshift-merge-bot[bot] authored Nov 24, 2023
2 parents 66e6d09 + d86f67b commit 38dc05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/service-protection-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38dc05a

Please sign in to comment.