Followers

Thursday, November 12, 2020

how to Install Helm

Step1:

Download Script file from repo

curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3

Step2:

Update the run permissions

chmod 700 get_helm.sh

Step3:

Run the script

./get_helm.sh


No comments:

Post a Comment