diff --git a/Makefile b/Makefile index 8fb27748..59b4d100 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ # Override this variable in CI env. BUILD_LOCALLY ?= 0 + OPERATOR_SDK ?= $(shell which operator-sdk) #CONTROLLER_GEN ?= $(shell which controller-gen) KUSTOMIZE ?= $(shell which kustomize)