Skip to content

Commit

Permalink
Fix bug where helm home differed between client configuration and init
Browse files Browse the repository at this point in the history
  • Loading branch information
yorinasub17 committed Feb 2, 2019
1 parent 9cb4e4a commit d17b88a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ func Deploy(
err = RunHelm(
kubectlOptions,
"init",
// helm home
"--home",
helmHome,
// Use Secrets instead of ConfigMap to track metadata
"--override",
"spec.template.spec.containers[0].command={/tiller,--storage=secret}",
Expand Down

0 comments on commit d17b88a

Please sign in to comment.