Skip to content

Commit 73e56b4

Browse files
Update README.md
1 parent 6baaff4 commit 73e56b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

yaml/k8s-6-helm_charts/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ The Helm client can be installed either from source, or from pre-built binary re
1414
# Installing Tiller
1515
Tiller is a companion to the helm command that runs on your cluster
1616

17-
1) create service account for tiller
17+
1) create service account for tiller:
1818

1919
kubectl create -f https://github.com/meta-magic/kubernetes_workshop/blob/master/yaml/k8s-6-helm_charts/sa-tiller.yml
20+
21+
2022
2) bind the tiller serviceaccount to the cluster-admin role:
2123

2224
kubectl create -f https://raw.githubusercontent.com/meta-magic/kubernetes_workshop/master/yaml/k8s-6-helm_charts/cluster-role-binding-tiller.yml

0 commit comments

Comments
 (0)