From 9244122d427eea9485ad8a29288270ca6c96a662 Mon Sep 17 00:00:00 2001 From: spagno Date: Fri, 23 Jul 2021 19:38:10 +0200 Subject: [PATCH] docs (helm): added namespace creation --- charts/capsule/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/charts/capsule/README.md b/charts/capsule/README.md index 80039715..acb22cde 100644 --- a/charts/capsule/README.md +++ b/charts/capsule/README.md @@ -24,19 +24,23 @@ The Capsule Operator Chart can be used to instantly deploy the Capsule Operator $ helm repo add clastix https://clastix.github.io/charts -2. Install the Chart: +2. Create the Namespace: + + $ kubectl create namespace capsule-system + +3. Install the Chart: $ helm install capsule clastix/capsule -n capsule-system -3. Show the status: +4. Show the status: $ helm status capsule -n capsule-system -4. Upgrade the Chart +5. Upgrade the Chart $ helm upgrade capsule clastix/capsule -n capsule-system -5. Uninstall the Chart +6. Uninstall the Chart $ helm uninstall capsule -n capsule-system