fix workflow stable component cert - bindings.rabbitmq (#3454)

Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
Mike Nguyen 2024-06-21 18:42:51 +01:00 committed by GitHub
parent 499f66ff73
commit 8414210c26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: exclusive-binding
spec:
type: bindings.rabbitmq
version: v1
metadata:
- name: queueName
value: exclusiveQueue
- name: host
value: "amqp://test:test@localhost:5672"
- name: prefetchCount
value: 0
- name: exclusive
value: true
- name: contentType
value: "text/plain"
ignoreErrors: true