From b4d4819907b9b2b346185e7dadc45787df84dcd6 Mon Sep 17 00:00:00 2001 From: David Deyo Date: Tue, 30 Oct 2018 09:35:38 -0700 Subject: [PATCH] Update enable-helm-tiller.md --- ee/ucp/admin/configure/enable-helm-tiller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/ucp/admin/configure/enable-helm-tiller.md b/ee/ucp/admin/configure/enable-helm-tiller.md index 71872fa375..e55fe617c4 100644 --- a/ee/ucp/admin/configure/enable-helm-tiller.md +++ b/ee/ucp/admin/configure/enable-helm-tiller.md @@ -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