Skip to content

Commit

Permalink
feat: helmBinary in helmfile.yaml (#1160)
Browse files Browse the repository at this point in the history
* feat: `helmBinary` in helmfile.yaml

Resolves #1083

* Add regression test for `helmfile destroy`
  • Loading branch information
mumoshu authored Mar 29, 2020
1 parent f676c61 commit 69feadc
Show file tree
Hide file tree
Showing 11 changed files with 1,056 additions and 339 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func main() {
cli.StringFlag{
Name: "helm-binary, b",
Usage: "path to helm binary",
Value: "helm",
Value: app.DefaultHelmBinary,
},
cli.StringFlag{
Name: "file, f",
Expand Down
Loading

2 comments on commit 69feadc

@poelzi
Copy link
Contributor

@poelzi poelzi commented on 69feadc Mar 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No documentation :(

@mumoshu
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@poelzi A dedicated issue to add it or even a pull request is welcomed. Thanks :)

Please sign in to comment.