install_helm.sh 217 B

12345678910
  1. #!/usr/bin/env bash
  2. USE_SUDO="false"
  3. HELM_INSTALL_DIR="/tmp"
  4. curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
  5. chmod 700 get_helm.sh
  6. source get_helm.sh
  7. rm -rf get_helm.sh