Istio Installation Scripts
[msb/service-mesh.git] / install / helm_service_account.yaml
diff --git a/install/helm_service_account.yaml b/install/helm_service_account.yaml
new file mode 100644 (file)
index 0000000..c5ae63a
--- /dev/null
@@ -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