helm v3
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user