From 27cdd84b3b57b2d6b28144a34bbb17894a359ccf Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Tue, 1 Dec 2020 23:43:35 +0100 Subject: [PATCH] Updating Helm instructions (#149) --- charts/capsule/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/capsule/README.md b/charts/capsule/README.md index 986fb05c..e7125d81 100644 --- a/charts/capsule/README.md +++ b/charts/capsule/README.md @@ -26,7 +26,7 @@ The Capsule Operator Chart can be used to instantly deploy the Capsule Operator 2. Install the Chart: - $ helm install capsule capsule -n capsule-system + $ helm install capsule clastix/capsule -n capsule-system 3. Show the status: @@ -34,7 +34,7 @@ The Capsule Operator Chart can be used to instantly deploy the Capsule Operator 4. Upgrade the Chart - $ helm upgrade capsule -n capsule-system + $ helm upgrade capsule clastix/capsule -n capsule-system 5. Uninstall the Chart