From f2606679ac25a009abdfefc4749bfc8a8eb12174 Mon Sep 17 00:00:00 2001 From: Joe Lanford Date: Thu, 2 Feb 2023 13:11:59 -0500 Subject: [PATCH] Makefile: remove unused ENVTEST_K8S_VERSION variable --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index ee79232bb..b4f7b3a29 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,6 @@ IMG?=$(IMAGE_REPO):$(IMAGE_TAG) OPERATOR_CONTROLLER_NAMESPACE ?= operator-controller-system KIND_CLUSTER_NAME ?= operator-controller -# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. -ENVTEST_K8S_VERSION = 1.25.0 - # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN)) GOBIN=$(shell go env GOPATH)/bin