pull/4229/merge
Ram Yalamanchili 7 years ago committed by GitHub
commit 3212f5f4d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -219,6 +219,7 @@ func generateDeployment(opts *Options) (*v1beta1.Deployment, error) {
},
Spec: v1.PodSpec{
ServiceAccountName: opts.ServiceAccount,
AutomountServiceAccountToken: &[]bool{true}[0],
Containers: []v1.Container{
{
Name: "tiller",

Loading…
Cancel
Save