From 107b704104f5fa7a583dbb9811283fdb7d02e6f4 Mon Sep 17 00:00:00 2001 From: Carlo Lobrano Date: Mon, 13 Nov 2023 09:46:34 +0100 Subject: [PATCH] Bundle-cleanup to use BUNDLE_RUN_NAMESPACE for namespace Signed-off-by: Carlo Lobrano --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8656348..e88d5566 100644 --- a/Makefile +++ b/Makefile @@ -193,7 +193,7 @@ bundle-run: operator-sdk ## Run bundle image. Default NS is "openshift-operators .PHONY: bundle-cleanup bundle-cleanup: operator-sdk ## Remove bundle installed via bundle-run - $(OPERATOR_SDK) -n openshift-operators cleanup $(OPERATOR_NAME) + $(OPERATOR_SDK) -n $(BUNDLE_RUN_NAMESPACE) cleanup $(OPERATOR_NAME) ##@ Build