summaryrefslogtreecommitdiffstats
path: root/install/helm_service_account.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'install/helm_service_account.yaml')
-rw-r--r--install/helm_service_account.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/install/helm_service_account.yaml b/install/helm_service_account.yaml
new file mode 100644
index 0000000..c5ae63a
--- /dev/null
+++ b/install/helm_service_account.yaml
@@ -0,0 +1,18 @@
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ name: tiller
+ namespace: kube-system
+---
+apiVersion: rbac.authorization.k8s.io/v1beta1
+kind: ClusterRoleBinding
+metadata:
+ name: tiller
+roleRef:
+ apiGroup: rbac.authorization.k8s.io
+ kind: ClusterRole
+ name: cluster-admin
+subjects:
+ - kind: ServiceAccount
+ name: tiller
+ namespace: kube-system