Skip to content

Commit

Permalink
initialize helm client in all cases
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Mar 20, 2019
1 parent 95d137e commit 7884ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7884ceb

Please sign in to comment.