diff --git a/cmd/helm/helm.go b/cmd/helm/helm.go index 3a780da21..199b8f369 100644 --- a/cmd/helm/helm.go +++ b/cmd/helm/helm.go @@ -94,6 +94,7 @@ func newActionConfig(allNamespaces bool) *action.Configuration { KubeClient: kc, Releases: store, Discovery: clientset.Discovery(), + Log: logf, } }