We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ea200 commit 827b304Copy full SHA for 827b304
Makefile
@@ -12,9 +12,6 @@ IMG?=$(IMAGE_REPO):$(IMAGE_TAG)
12
OPERATOR_CONTROLLER_NAMESPACE ?= operator-controller-system
13
KIND_CLUSTER_NAME ?= operator-controller
14
15
-# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
16
-ENVTEST_K8S_VERSION = 1.25.0
17
-
18
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
19
ifeq (,$(shell go env GOBIN))
20
GOBIN=$(shell go env GOPATH)/bin
0 commit comments