We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2db3939 + b1912b1 commit a2c6b14Copy full SHA for a2c6b14
1 file changed
src/installing-workflow/index.md
@@ -33,7 +33,7 @@ $ helm init --service-account=tiller-deploy
33
If `helm` is already installed in cluster without sufficient rights, the only way for now is to reinstall it:
34
35
```
36
-$ kubectl delete deployment tiller-deploy -n kube-system
+$ helm reset
37
$ kubectl create sa tiller-deploy -n kube-system
38
$ kubectl create clusterrolebinding helm --clusterrole=cluster-admin --serviceaccount=kube-system:tiller-deploy
39
$ helm init --service-account=tiller-deploy
0 commit comments