Skip to content

Commit

Permalink
Merge pull request #105 from clobrano/fix-bundle-cleanup-namespace/0
Browse files Browse the repository at this point in the history
Bundle-cleanup to use BUNDLE_RUN_NAMESPACE for namespace
  • Loading branch information
openshift-merge-bot[bot] authored Nov 13, 2023
2 parents 71ed9dc + 107b704 commit 279dd96
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 279dd96

Please sign in to comment.