Skip to content

Commit 88167bd

Browse files
authored
Merge pull request #971 from EnessenE/patch-1
Improve binding example [skip ci]
2 parents 0994cf2 + 50d4550 commit 88167bd

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)