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