Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default to a single RabbitMQ cluster per Knative Eventing installation
This is what most users expect. Without this, the Messaging Topology Operator will not be able to manage objects from a different namespace. The implications are that all Brokers / Triggers / Sinks need to be created in the same namespace as the RabbitmqCluster. This annotation addresses that limitation. More context: - knative-extensions/eventing-rabbitmq#454 - rabbitmq/messaging-topology-operator#201 Signed-off-by: Gerhard Lazu <[email protected]>
- Loading branch information