From f1d6272f34907e9f7846a0787fb2ccf11fbd5ea1 Mon Sep 17 00:00:00 2001 From: Gabriel Freites Date: Tue, 1 Aug 2023 16:47:04 +0200 Subject: [PATCH] trying to make it run --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23da4c2eae..459dd777b6 100644 --- a/Makefile +++ b/Makefile @@ -375,7 +375,7 @@ ifeq ($(platform_alt)$(arch_alt),macOSarm64) $(KO) apply --local --platform=linux/arm64 --filename config/source && \ ./test/copy_images.sh else - install:| $(KUBECTL) $(KO) install-knative-eventing install-rabbitmq-cluster-operator install-rabbitmq-topology-operator ## Install local dev Knative Eventing RabbitMQ - manages all dependencies, including K8S components + install: | $(KUBECTL) $(KO) install-knative-eventing install-rabbitmq-cluster-operator install-rabbitmq-topology-operator ## Install local dev Knative Eventing RabbitMQ - manages all dependencies, including K8S components $(KO) apply --filename config/broker $(KUBECTL) wait --for=condition=available deploy/rabbitmq-broker-controller --timeout=60s --namespace $(EVENTING_NAMESPACE) $(KUBECTL) wait --for=condition=available deploy/rabbitmq-broker-webhook --timeout=60s --namespace $(EVENTING_NAMESPACE)