Skip to content

Commit 50d4550

Browse files
authored
Improve binding example
I noticed the binding example mentioned here doesn't provide arguments. So I added some
1 parent 172b735 commit 50d4550

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/examples/bindings/binding.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ spec:
88
destination: test # an existing queue or exchange
99
destinationType: queue # can be 'queue' or 'exchange'
1010
routingKey: "a-routing-key"
11+
arguments:
12+
myargument: true
13+
anotherargument: 12345
1114
rabbitmqClusterReference:
1215
name: test # rabbitmqCluster must exist in the same namespace as this resource
1316
# status:

0 commit comments

Comments
 (0)