Skip to content

Commit 4e74664

Browse files
committed
updaing helm commands and deprecating helm2
Signed-off-by: junior <[email protected]>
1 parent 27f2152 commit 4e74664

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/docs/content/quickstart/kubernetes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/docs/content/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/docs/data/config/settings.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)