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

Commit

Permalink
fix service-protection-installation.md managedclusteraddon annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Cap committed Nov 24, 2023
1 parent 66e6d09 commit d86f67b
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 d86f67b

Please sign in to comment.