Fix helm 2.0.0-alpha.4 reference to tiller (#24509)

Helm no longer includes the tiller binary in the release, it is installed separately onto your kubernetes cluster.

This fix removes the reference to it so that the rest of the install will work.
This commit is contained in:
Sam Wilson 2016-09-14 20:04:07 -05:00 committed by Aditya Dalal
parent 2a591072af
commit cdbc2a7b7a
1 changed files with 0 additions and 1 deletions

View File

@ -10,5 +10,4 @@ cask 'helm' do
license :apache
binary 'darwin-amd64/helm'
binary 'darwin-amd64/tiller'
end