Skip to content

Instantly share code, notes, and snippets.

@nordineb
Created June 10, 2021 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nordineb/1b16eb90b4e898b6223ff22a34cb5c4c to your computer and use it in GitHub Desktop.
Save nordineb/1b16eb90b4e898b6223ff22a34cb5c4c to your computer and use it in GitHub Desktop.
helm2 and helm3 on MacOS
brew install helm@2
brew install helm
cd /usr/local/bin
ln -s /usr/local/opt/helm@2/bin/tiller tiller
ln -s /usr/local/opt/helm@2/bin/helm helm2
ln -s helm helm3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment