From 7884ceb87558842a7d9d694796c6b631e9e4bb2f Mon Sep 17 00:00:00 2001 From: sami-alajrami Date: Wed, 20 Mar 2019 15:52:24 +0100 Subject: [PATCH] initialize helm client in all cases --- helm_helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm_helpers.go b/helm_helpers.go index d20a2480..48937473 100644 --- a/helm_helpers.go +++ b/helm_helpers.go @@ -422,7 +422,7 @@ func initHelmClientOnly() (bool, string) { // initHelm initializes helm on a k8s cluster and deploys Tiller in one or more namespaces func initHelm() (bool, string) { - + initHelmClientOnly() defaultSA := s.Settings.ServiceAccount for k, ns := range s.Namespaces {