Skip to content

Commit a2c6b14

Browse files
authored
Merge pull request #828 from sidhuko/patch-1
docs(installing-workflow) to remove helm using the reset command
2 parents 2db3939 + b1912b1 commit a2c6b14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/installing-workflow/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ helm init --service-account=tiller-deploy
3333
If `helm` is already installed in cluster without sufficient rights, the only way for now is to reinstall it:
3434

3535
```
36-
$ kubectl delete deployment tiller-deploy -n kube-system
36+
$ helm reset
3737
$ kubectl create sa tiller-deploy -n kube-system
3838
$ kubectl create clusterrolebinding helm --clusterrole=cluster-admin --serviceaccount=kube-system:tiller-deploy
3939
$ helm init --service-account=tiller-deploy

0 commit comments

Comments
 (0)