Change execution of get helm script.

master
Jason Spadaro 3 months ago
parent 67fcffea66
commit b88fec6297

@ -9,9 +9,7 @@
<script>
<source>
<![CDATA[
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | sh -
/var/lib/rancher/rke2/bin/kubectl apply --kubeconfig /etc/rancher/rke2/rke2.yaml -f https://github.com/cert-manager/cert-manager/releases/download/v1.18.2/cert-manager.crds.yaml
helm --kubeconfig /etc/rancher/rke2/rke2.yaml repo add jetstack https://charts.jetstack.io
helm --kubeconfig /etc/rancher/rke2/rke2.yaml repo update

Loading…
Cancel
Save

Powered by TurnKey Linux.