Commit 0ec45adf authored by Jim's avatar Jim

docs(*): use '--namespace' instead of '-n'

Fixes #1393
parent 05c04bcc
...@@ -154,7 +154,7 @@ configuration in ConfigMaps inside of Kubernetes. ...@@ -154,7 +154,7 @@ configuration in ConfigMaps inside of Kubernetes.
Because Tiller stores its data in Kubernetes ConfigMaps, you can safely Because Tiller stores its data in Kubernetes ConfigMaps, you can safely
delete and re-install Tiller without worrying about losing any data. The delete and re-install Tiller without worrying about losing any data. The
recommended way of deleting Tiller is with `kubectl delete deployment recommended way of deleting Tiller is with `kubectl delete deployment
tiller-deployment -n kube-system` tiller-deployment --namespace kube-system`
## Conclusion ## Conclusion
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment