File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,9 @@ From `deploy/complete/helm-chart` directory:
6464 ```
6565
6666 ```shell--helm3
67- helm install mushop mushop \
67+ helm upgrade -- install mushop mushop \
6868 --namespace mushop \
69+ --create-namespace \
6970 --set global.mock.service="all"
7071 ```
7172
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ The Hugo documentation theme is custom-built with [UIkit](https://getuikit.com/d
9191 ```
9292
9393 ` ` ` shell--helm3
94- helm install mymushop ./mushop
94+ helm upgrade -- install mymushop ./mushop
9595 ` ` `
9696 ```
9797
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ toggles:
2323 - label : 3.x
2424 toggle : stg-helm-3
2525 active : true
26- - label : 2.x
27- toggle : stg-helm-2
26+ # - label: 2.x
27+ # toggle: stg-helm-2
You can’t perform that action at this time.
0 commit comments