Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save merltron-pa/15f89ffbaf2777503f3055b65cc1042a to your computer and use it in GitHub Desktop.
Save merltron-pa/15f89ffbaf2777503f3055b65cc1042a to your computer and use it in GitHub Desktop.
- name: Install kubectl
run: |
sudo apt-get install kubectl
- name: Install helm
run: |
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment