add solicitation task and validations
All checks were successful
Build and Publish / build-release (push) Successful in 1m28s
All checks were successful
Build and Publish / build-release (push) Successful in 1m28s
This commit is contained in:
@@ -155,6 +155,21 @@ rawResources:
|
||||
name: rabbitmq
|
||||
namespace: rabbitmq
|
||||
|
||||
exchange-solicitation-task-completed:
|
||||
enabled: true
|
||||
apiVersion: rabbitmq.com/v1beta1
|
||||
kind: Exchange
|
||||
suffix: exchange-solicitation-task-completed
|
||||
spec:
|
||||
spec:
|
||||
name: workload_service.events.solicitation_task_completed
|
||||
type: topic
|
||||
durable: true
|
||||
vhost: "application"
|
||||
rabbitmqClusterReference:
|
||||
name: rabbitmq
|
||||
namespace: rabbitmq
|
||||
|
||||
password-generator:
|
||||
enabled: true
|
||||
apiVersion: generators.external-secrets.io/v1alpha1
|
||||
|
||||
Reference in New Issue
Block a user