05-instala-helm.sh 276 B

12345678
  1. # on the server rancher1
  2. # add helm
  3. curl -#L https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
  4. # add needed helm charts
  5. helm repo add rancher-latest https://releases.rancher.com/server-charts/latest
  6. helm repo add jetstack https://charts.jetstack.io