Skip to content

Commit

Permalink
Bundle-cleanup to use BUNDLE_RUN_NAMESPACE for namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Lobrano <[email protected]>
  • Loading branch information
clobrano committed Nov 13, 2023
1 parent 71ed9dc commit 107b704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 107b704

Please sign in to comment.