This commit is contained in:
Steve Waterworth
2020-03-17 11:42:28 +00:00
parent a5bf91d663
commit 9c774bc088

View File

@@ -2,10 +2,19 @@
Use this helm chart to customise your install of Stan's Robot Shop. Use this helm chart to customise your install of Stan's Robot Shop.
### Helm v2.x
```shell ```shell
$ helm install --name robot-shop --namespace robot-shop . $ 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 ## Images
By default the images are pulled from Docker Hub. Setting `image.repo` this can be changed, for example: By default the images are pulled from Docker Hub. Setting `image.repo` this can be changed, for example: