Skip to content

Instantly share code, notes, and snippets.

@mvillarrealb
Created April 7, 2019 02:46
Show Gist options
  • Select an option

  • Save mvillarrealb/6ba323dc505ca932687569be8d9ef6a0 to your computer and use it in GitHub Desktop.

Select an option

Save mvillarrealb/6ba323dc505ca932687569be8d9ef6a0 to your computer and use it in GitHub Desktop.
Install helm on linux
#download helm
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get > install-helm.sh
#Make instalation script executable
chmod u+x install-helm.sh
#Install helm
./install-helm.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment