From b36225f6573837f009f1434138016feac8b2c635 Mon Sep 17 00:00:00 2001 From: Moshe Immerman Date: Sun, 12 Sep 2021 10:15:32 +0200 Subject: [PATCH] fix: kustomize install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ad012bc1..371779eb2 100644 --- a/Makefile +++ b/Makefile @@ -162,7 +162,7 @@ test-e2e: bin GOBIN=$(PWD)/.bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.4.0 CONTROLLER_GEN=$(GOBIN)/controller-gen -.bin/kustomize: +.bin/kustomize: .bin curl -L https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv4.3.0/kustomize_v4.3.0_$(OS)_$(ARCH).tar.gz -o kustomize.tar.gz && \ tar xf kustomize.tar.gz -C .bin/ && \ rm kustomize.tar.gz