Skip to content

Commit

Permalink
Merge pull request #845 from mboutet/patch-1
Browse files Browse the repository at this point in the history
Fix typo in stream-queue.yaml example
  • Loading branch information
mkuratczyk authored Jun 27, 2024
2 parents 3eda39d + 71cfc89 commit 26d432b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/queues/stream-queue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ spec:
type: stream # without providing a queue type, rabbitmq creates a classic queue
durable: true # mandatory for stream queues
arguments:
x-max-length-bytes: 1000000000 ## setting the retation policy
x-max-length-bytes: 1000000000 ## setting the retention policy
rabbitmqClusterReference:
name: test # rabbitmqCluster must exist in the same namespace as this resource

0 comments on commit 26d432b

Please sign in to comment.