From 95a5caf0f94555f1c916fd09bbb1df1f9fdb5be1 Mon Sep 17 00:00:00 2001 From: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:52:20 -0400 Subject: [PATCH] TMP -- DO NOT MERGE!!! --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e8761993..9d154d93 100644 --- a/Makefile +++ b/Makefile @@ -200,6 +200,7 @@ kind-deploy-registration-operator-managed: $(OCM_REPO) $(KIND_KUBECONFIG) ## Dep .PHONY: kind-deploy-registration-operator-managed-hosted kind-deploy-registration-operator-managed-hosted: $(OCM_REPO) $(KIND_KUBECONFIG) ## Deploy the ocm registration operator to the kind cluster in hosted mode. cd $(OCM_REPO) && \ + $(SED) -i 's/mode: Default/mode: Singleton/' test/e2e-test.mk && \ KUBECONFIG=$(HUB_KUBECONFIG) MANAGED_CLUSTER_NAME=$(CLUSTER_NAME) HUB_KUBECONFIG=$(HUB_KUBECONFIG_INTERNAL) \ HOSTED_CLUSTER_MANAGER_NAME=$(HUB_CLUSTER_NAME) EXTERNAL_MANAGED_KUBECONFIG=$(KIND_KUBECONFIG_INTERNAL) \ KUSTOMIZE_VERSION=$(KUSTOMIZE_VERSION_CLEAN) make deploy-spoke-hosted