RasaHQ/helm-charts

Event broker config supports only Pika

rgstephens opened this issue · 0 comments

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.