From 5e8134e3e5c908d02724f8856f7b438f902e6da2 Mon Sep 17 00:00:00 2001 From: Mike Ng Date: Wed, 25 Nov 2020 15:09:28 -0500 Subject: [PATCH] fix kind spoke deploy Signed-off-by: Mike Ng --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16e2385d8..3a37e402a 100644 --- a/Makefile +++ b/Makefile @@ -152,7 +152,7 @@ deploy-spoke-operator: install-olm munge-spoke-csv bootstrap-secret deploy-spoke-kind: deploy-spoke-operator-kind apply-spoke-cr-kind deploy-spoke-operator-kind: install-olm-kind munge-spoke-csv bootstrap-secret-kind - $(OPERATOR_SDK) run packagemanifests deploy/klusterlet/olm-catalog/klusterlet/ --namespace open-cluster-management --version $(CSV_VERSION) --install-mode SingleNamespace=open-cluster-management --timeout=10m + $(OPERATOR_SDK) run packagemanifests deploy/klusterlet/olm-catalog/klusterlet/ --namespace open-cluster-management --version $(CSV_VERSION) --install-mode OwnNamespace --timeout=10m apply-spoke-cr: $(SED_CMD) -e "s,quay.io/open-cluster-management/registration,$(REGISTRATION_IMAGE)," -e "s,quay.io/open-cluster-management/work,$(WORK_IMAGE)," deploy/klusterlet/config/samples/operator_open-cluster-management_klusterlets.cr.yaml | $(KUBECTL) apply -f -