Skip to content

Commit 5dd1d91

Browse files
add kb assets to envtest
Signed-off-by: varshaprasad96 <[email protected]>
1 parent 657fa2f commit 5dd1d91

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
@@ -152,7 +152,7 @@ test-e2e-setup: build envtest
152152
# install envtest binary
153153
envtest:
154154
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
155-
$(shell go env GOPATH)/bin/setup-envtest use -p path $(K8S_VERSION)
155+
$(shell go env GOPATH)/bin/setup-envtest use $(K8S_VERSION) --bin-dir tools/bin/ -p env
156156

157157
.PHONY: test-e2e-teardown
158158
test-e2e-teardown:

0 commit comments

Comments
 (0)