Skip to content

Commit 638e76d

Browse files
authored
feature:fix uninstall README (#38)
1 parent 9cf4684 commit 638e76d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,12 @@ that can be configured during installation.
7070

7171
To uninstall/delete the `npm` deployment:
7272

73-
```
74-
$ helm delete npm
73+
```bash
74+
# Helm v3+
75+
helm uninstall npm
76+
77+
# Helm v2 or older
78+
helm delete npm
7579
```
7680

7781
The command removes all the Kubernetes components associated with the chart and

0 commit comments

Comments
 (0)