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

Fix the kustomize make target.

parent 09db10fd
No related branches found
No related tags found
No related merge requests found
Pipeline #146 passed
......@@ -75,8 +75,7 @@ $(DESTDIR)/bin/minikube:
$(DESTDIR)/bin/kustomize:
mkdir -p $$(dirname $@)
-$(download) https://github.com/kubernetes-sigs/kustomize/releases/download/v3.3.0/kustomize_3.3.0_$(os)_$(goarch)
-chmod +x $@
-$(curl) https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv3.8.7/kustomize_v3.8.7_$(os)_$(goarch).tar.gz | tar -zxC $(DESTDIR)/bin/
$(DESTDIR)/bin/docker-machine-driver-kvm2:
mkdir -p $$(dirname $@)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment