From 50d45501c394bcdde829e78ed518a256ff10dfe2 Mon Sep 17 00:00:00 2001 From: Enes <9263360+EnessenE@users.noreply.github.com> Date: Thu, 27 Mar 2025 15:57:36 +0100 Subject: [PATCH] Improve binding example I noticed the binding example mentioned here doesn't provide arguments. So I added some --- docs/examples/bindings/binding.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/examples/bindings/binding.yaml b/docs/examples/bindings/binding.yaml index 1e5857ef..e57a66b2 100644 --- a/docs/examples/bindings/binding.yaml +++ b/docs/examples/bindings/binding.yaml @@ -8,6 +8,9 @@ spec: destination: test # an existing queue or exchange destinationType: queue # can be 'queue' or 'exchange' routingKey: "a-routing-key" + arguments: + myargument: true + anotherargument: 12345 rabbitmqClusterReference: name: test # rabbitmqCluster must exist in the same namespace as this resource # status: