We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172b735 commit 50d4550Copy full SHA for 50d4550
docs/examples/bindings/binding.yaml
@@ -8,6 +8,9 @@ spec:
8
destination: test # an existing queue or exchange
9
destinationType: queue # can be 'queue' or 'exchange'
10
routingKey: "a-routing-key"
11
+ arguments:
12
+ myargument: true
13
+ anotherargument: 12345
14
rabbitmqClusterReference:
15
name: test # rabbitmqCluster must exist in the same namespace as this resource
16
# status:
0 commit comments