Skip to content

Commit

Permalink
trying to make it run
Browse files Browse the repository at this point in the history
  • Loading branch information
gabo1208 committed Aug 1, 2023
1 parent 8566d8b commit f1d6272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f1d6272

Please sign in to comment.