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