diff --git a/cmd/helm/installer/install.go b/cmd/helm/installer/install.go index 055601440..431b32c93 100644 --- a/cmd/helm/installer/install.go +++ b/cmd/helm/installer/install.go @@ -218,7 +218,8 @@ func generateDeployment(opts *Options) (*v1beta1.Deployment, error) { Labels: labels, }, Spec: v1.PodSpec{ - ServiceAccountName: opts.ServiceAccount, + ServiceAccountName: opts.ServiceAccount, + AutomountServiceAccountToken: &[]bool{true}[0], Containers: []v1.Container{ { Name: "tiller",