Skip to content

Commit

Permalink
Merge pull request #118 from garden-io/helm-pt1
Browse files Browse the repository at this point in the history
feat: add basic support for helm charts
  • Loading branch information
thsig authored Jun 14, 2018
2 parents 5362c33 + 122e6dd commit cab9d93
Show file tree
Hide file tree
Showing 20 changed files with 1,436 additions and 982 deletions.
2 changes: 1 addition & 1 deletion bin/bootstrap-osx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# install/update homebrew dependencies
BREW_DEPS="cmake git kubectl stern rsync watchman icu4c pkg-config yarn"
BREW_DEPS="cmake git kubectl kubernetes-helm stern rsync watchman icu4c pkg-config yarn"

brew update
brew install ${BREW_DEPS}
Expand Down
1 change: 1 addition & 0 deletions docs/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ You need the following dependencies on your local machine to use Garden:
* Git
* rsync
* [Watchman](https://facebook.github.io/watchman/docs/install.html)
* [Helm](https://github.com/kubernetes/helm)
* Local installation of Kubernetes

### OSX
Expand Down
Loading

0 comments on commit cab9d93

Please sign in to comment.