Skip to content

Commit

Permalink
chore: fix the helm repo url in the readme (#139)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Ng <[email protected]>
  • Loading branch information
mikeshng authored Jun 12, 2024
1 parent 5bdc588 commit 5b242cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Field `etcd` contains config for the controlplane etcd:
3. Run following command to deploy a controlplane

```bash
helm repo add ocm https://openclustermanagement.blob.core.windows.net/releases/
helm repo add ocm https://open-cluster-management.io/helm-charts/
helm repo update
helm search repo ocm
helm install -n multicluster-controlplane multicluster-controlplane ocm/multicluster-controlplane --create-namespace --set <values to set>
Expand Down

0 comments on commit 5b242cc

Please sign in to comment.