From 06dfbb0584a866b055ae4af6f2198946d8e418cb Mon Sep 17 00:00:00 2001 From: Scott Hussey Date: Thu, 25 Jan 2018 10:21:24 -0600 Subject: [PATCH] Add tiller service account - Create the 'tiller' service account - Apply a cluster-admin role binding to this tiller Change-Id: I0b8430bcbd76bff46ea57803d2c9d535c5301e2d --- charts/tiller/templates/rbac.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/charts/tiller/templates/rbac.yaml b/charts/tiller/templates/rbac.yaml index c504d68f..4409bc3d 100644 --- a/charts/tiller/templates/rbac.yaml +++ b/charts/tiller/templates/rbac.yaml @@ -13,7 +13,12 @@ limitations under the License. */}} {{- if .Values.manifests.rbac }} -{{- $envAll := . }} +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: tiller + namespace: {{ .Release.Namespace }} --- apiVersion: rbac.authorization.k8s.io/v1beta1 kind: ClusterRoleBinding