RasaHQ / helm-charts

Helm charts for Rasa products
https://rasa.com
Apache License 2.0
32 stars 29 forks source link

Event broker config supports only Pika #103

Open rgstephens opened 1 year ago

rgstephens commented 1 year ago

I want the following event broker config in endpoints.yml but the helm chart doesn't allow this:

event_broker:
  type: file
  path: rasa_events.json

The template is configured to always emit the Rabbit related event broker values which will be rejected by the file broker and rasa will not start.