export kubectl path
Signed-off-by: Roi Teveth <roytev@gmail.com>
This commit is contained in:
parent
20cde28508
commit
28063781c2
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -11,6 +11,7 @@ KUBE_VERSION=1.21.2
|
|||
$(shell mkdir -p "$(OUT)")
|
||||
export TEST_ASSET_ETCD=_test/kubebuilder/bin/etcd
|
||||
export TEST_ASSET_KUBE_APISERVER=_test/kubebuilder/bin/kube-apiserver
|
||||
export TEST_ASSET_KUBECTL=_test/kubebuilder/bin/kubectl
|
||||
|
||||
test: _test/kubebuilder
|
||||
go test -v .
|
||||
|
|
Loading…
Reference in a new issue