Skip to content

Commit d3b55f9

Browse files
committed
Makefile: Explicitly override the global catalog namespace
Signed-off-by: timflannagan <[email protected]>
1 parent 3fa9d72 commit d3b55f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ e2e/operator-registry: ## Run e2e registry tests
122122
$(MAKE) e2e WHAT=operator-registry
123123

124124
e2e/olm: ## Run e2e olm tests
125-
$(MAKE) e2e WHAT=operator-lifecycle-manager E2E_INSTALL_NS=openshift-operator-lifecycle-manager E2E_TEST_NS=openshift-operators E2E_TIMEOUT=120m KUBECTL=oc
125+
$(MAKE) e2e WHAT=operator-lifecycle-manager E2E_CATALOG_NS=openshift-marketplace E2E_INSTALL_NS=openshift-operator-lifecycle-manager E2E_TEST_NS=openshift-operators E2E_TIMEOUT=120m KUBECTL=oc
126126

127127
.PHONY: vendor
128128
vendor:

0 commit comments

Comments
 (0)