Answers for "install helm on cluster"

1

install helm

curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
Posted by: Guest on February-12-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language