From 25dc01aa92d250baad6ebe7a29016e5dc06e42a6 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Tue, 4 Jun 2024 12:47:52 +0200 Subject: [PATCH] Use correct helm coordinates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce1c2c2..d607807 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ The [Helm chart cmcc-operator](charts/cmcc-operator) can be used to install and ```console $ helm repo add cmcc-operator https://t-systems-mms.github.io/cmcc-operator/ -$ helm upgrade --install --create-namespace --namespace cmcc-operator cmcc-operator charts/cmcc-operator +$ helm upgrade --install --create-namespace --namespace cmcc-operator cmcc-operator cmcc-operator/cmcc-operator ``` ### Installing the Operator Manually