From 9c774bc088e6c2f38a91286be609676ecc164b1a Mon Sep 17 00:00:00 2001 From: Steve Waterworth Date: Tue, 17 Mar 2020 11:42:28 +0000 Subject: [PATCH] helm v3 --- K8s/helm/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/K8s/helm/README.md b/K8s/helm/README.md index a6e3ed3..2babc49 100644 --- a/K8s/helm/README.md +++ b/K8s/helm/README.md @@ -2,10 +2,19 @@ Use this helm chart to customise your install of Stan's Robot Shop. +### Helm v2.x + ```shell $ helm install --name robot-shop --namespace robot-shop . ``` +### Helm v3.x + +```bash +$ kubectl create ns robot-shop +$ helm install robot-shop --namespace robot-shop . +``` + ## Images By default the images are pulled from Docker Hub. Setting `image.repo` this can be changed, for example: