Skip to content

Commit

Permalink
TMP -- DO NOT MERGE!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaiducek committed Mar 11, 2024
1 parent 95114b1 commit 95a5caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95a5caf

Please sign in to comment.