Commit 2690faa1 authored by Wen Wei Li's avatar Wen Wei Li

create helm-install

parent 8af28bec
#!/bin/bash
curl -fsSL -o /tmp/get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 /tmp/get_helm.sh
eval "/bin/bash /tmp/get_helm.sh"
echo "helm chart install complete"
rm -rf /tmp/get_helm.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment