Created
April 7, 2019 02:46
-
-
Save mvillarrealb/6ba323dc505ca932687569be8d9ef6a0 to your computer and use it in GitHub Desktop.
Install helm on linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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