Skip to content

Commit

Permalink
Merge pull request #162 from clobrano/bundle-cleanup-target/0
Browse files Browse the repository at this point in the history
Add Bundle-cleanup
  • Loading branch information
openshift-merge-bot[bot] authored Nov 14, 2023
2 parents 5662737 + 9605a2d commit c844e52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ export BUNDLE_RUN_NAMESPACE ?= openshift-operators
bundle-run: operator-sdk ## Run bundle image. Default NS is "openshift-operators", redefine BUNDLE_RUN_NAMESPACE to override it.
$(OPERATOR_SDK) -n $(BUNDLE_RUN_NAMESPACE) run bundle $(BUNDLE_IMG)

.PHONY: bundle-cleanup
bundle-cleanup: operator-sdk ## Remove bundle installed via bundle-run
$(OPERATOR_SDK) -n $(BUNDLE_RUN_NAMESPACE) cleanup $(OPERATOR_NAME)

##@ Build

.PHONY: build
Expand Down

0 comments on commit c844e52

Please sign in to comment.