Skip to content

Commit 5bdea3f

Browse files
committed
Update main.go help message to include required test export statements
1 parent 046375a commit 5bdea3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/kubebuilder/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ More options:
100100
101101
- run tests
102102
kubebuilder build generated
103+
export TEST_ASSET_KUBECTL=/usr/local/kubebuilder/bin/kubectl
104+
export TEST_ASSET_KUBE_APISERVER=/usr/local/kubebuilder/bin/kube-apiserver
105+
export TEST_ASSET_ETCD=/usr/local/kubebuilder/bin/etcd
103106
go test ./pkg/...
104107
`,
105108
Example: `# Initialize your project

0 commit comments

Comments
 (0)