Update enable-helm-tiller.md

This commit is contained in:
David Deyo 2018-10-30 09:35:38 -07:00 committed by GitHub
parent c13cbefc31
commit b4d4819907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ description: Learn how to modify service accounts to enable Helm and Tiller to o
keywords: Helm, ucp, Tiller, Kubernetes, service accounts, Kubernetes
---
To use [Helm and Tiller](https://helm.sh/), you must modify the `kube-system` default service account to define the necessary roles. Enter the following `kubectl` commands in this order:
To use [Helm and Tiller](https://helm.sh/) with UCP, you must modify the `kube-system` default service account to define the necessary roles. Enter the following `kubectl` commands in this order:
```
kubectl create rolebinding default-view --clusterrole=view --serviceaccount=kube-system:default --namespace=kube-system