Setting up Rasa X on digital Ocean Kubernetes

Hi so I am trying to use the helm chart installation of rasa x on Kubernetes using a digital ocean provided cluster and I have some questions. The purpose of our bot is to use it with the latin language meaning we will be using custom config.yml. So on the current docs from what I see they only outline the steps for customizing actions in the helm chart deployment method on Kubernetes. How would I use custom config.yml for my helm kubernetes setup.

You’re referring to the model config? You can edit that within Rasa X.

The problem is that you might need to use your own Rasa Open Source images which include your language models as ours unfortunately don’t include ones for Latin language. In that case you’d need

  1. extend the default Rasa Open Source docker image and build your own one.
  2. Change the image name / tag in the values.yml so that it uses your custom image