fix workflow stable component cert - bindings.rabbitmq (#3454)
Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
parent
499f66ff73
commit
8414210c26
|
@ -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
|
Loading…
Reference in New Issue