andrejsstepanovs

install helm

Nov 4th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
  4. chmod 700 get_helm.sh
  5. ./get_helm.sh
  6.  
Add Comment
Please, Sign In to add comment