Hi, I’m trying to add a custom channel for jabber. I’m deploying on an openshift cluster. Rasa version is 2.4.3.
As soon as I add
additionalChannelCredentials:
addons.jabber_channel.JabberChannel:
to my values.yaml, it breaks my rasa-x-rasa-production and rasa-x-rasa-worker pods, beacuse the sources are not there
What am I doing wrong?
Is it correct to extend the rasa-x image to include the additional python classes? I’m getting a bit confused on what to add to which image