You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add optional rabbitmq.user and rabbitmq.vhost fields to the spec
to allow configuring custom RabbitMQ credentials and virtual hosts. The
controller sets these values on the TransportURL when specified.
Includes functional tests verifying custom and default configurations.
Example usage:
spec:
rabbitmq:
user: main-user
vhost: main-vhost
notificationsRabbitmq:
user: notifications-user
vhost: notifications-vhost
Jira: https://issues.redhat.com/browse/OSPRH-22694
0 commit comments