diff --git a/cmd/helm/installer/install.go b/cmd/helm/installer/install.go index 4dd9cb95e..61971401d 100644 --- a/cmd/helm/installer/install.go +++ b/cmd/helm/installer/install.go @@ -257,7 +257,7 @@ func generateDeployment(opts *Options) (*v1beta1.Deployment, error) { }, }, Tolerations: []v1.Toleration{ - {Operator: v1.TolerationOpExists} + {Operator: v1.TolerationOpExists}, }, HostNetwork: opts.EnableHostNetwork, NodeSelector: nodeSelectors,