Commit 660c0b10 authored by nimrod's avatar nimrod
Browse files

Added Helm binary, Bash completion.

parent 373654cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
command -v helm >/dev/null && eval "$(helm completion bash)"
+4 −0
Original line number Diff line number Diff line
@@ -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 $@