Skip to content

Commit 693c61c

Browse files
committed
Updated kustomize version to a version that support go install
See kubernetes-sigs/kustomize#3618
1 parent 8594d8e commit 693c61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ controller-gen: ## Download controller-gen locally if necessary.
153153

154154
KUSTOMIZE = $(shell pwd)/bin/kustomize
155155
kustomize: ## Download kustomize locally if necessary.
156-
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])
156+
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])
157157

158158
ENVTEST = $(shell pwd)/bin/setup-envtest
159159
envtest: ## Download envtest-setup locally if necessary.

0 commit comments

Comments
 (0)