Skip to content

Instantly share code, notes, and snippets.

@rberrelleza
Created September 3, 2019 21:02
Show Gist options
  • Save rberrelleza/841f27679f8a21a795fafc1287afb468 to your computer and use it in GitHub Desktop.
Save rberrelleza/841f27679f8a21a795fafc1287afb468 to your computer and use it in GitHub Desktop.
Markdium-An Early Look At Helm 3
okteto> wget https://get.helm.sh/helm-v3.0.0-beta.1-linux-amd64.tar.gz -O /tmp/helm-v3.0.0-beta.1-linux-amd64.tar.gz
okteto> tar -xvzf /tmp/helm-v3.0.0-beta.1-linux-amd64.tar.gz -C /tmp
okteto> mv /tmp/linux-amd64/helm /usr/local/bin/helm
okteto> chmod +x /usr/local/bin/helm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment