Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install Helm v3.x

curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get-helm-3 > get_helm.sh
chmod 700 get_helm.sh
./get_helm.sh
##If you are using OS X you can install it with the brew install command: brew install helm.
Source by docs.bitnami.com #
 
PREVIOUS NEXT
Tagged: #install #Helm
ADD COMMENT
Topic
Name
7+4 =