Skip to content
Snippets Groups Projects
Commit 47a99f64 authored by nimrod's avatar nimrod
Browse files

Added Helm binary, Bash completion.

parent 3013b9d6
No related branches found
No related tags found
No related merge requests found
command -v helm >/dev/null && eval "$(helm completion bash)"
......@@ -79,3 +79,7 @@ binaries: .local/share/bfg/bfg.jar .local/bin/rke .local/bin/docker-machine .loc
.local/bin/docker-machine-driver-kvm2:
$(download) https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-kvm2
chmod +x $@
.local/bin/helm:
$(curl) https://storage.googleapis.com/kubernetes-helm/helm-v2.13.1-$(os)-$(arch).tar.gz | tar -C .local/bin --wildcards --strip-components=1 -zx */helm
chmod +x $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment