I need some help, I installed rasax and rasa open source using kubernetes and helm.
I have followed the instructions as much as possible but I am getting this error regarding the envrionments, any idea how to deal with the environments.yml file? Where it is found? e.t.c
(base) admin:$ kubectl logs rasa-x-1651686780-rasa-x-65d6bc5765-r6rlc -n rasaxv1
Starting Rasa X server... 🚀
[2022-05-10 10:40:33 +0000] [11] [INFO] Goin' Fast @ http://0.0.0.0:5002
[2022-05-10 10:40:33 +0000] [24] [INFO] Starting worker [24]
[2022-05-10 10:40:33 +0000] [22] [INFO] Starting worker [22]
[2022-05-10 10:40:33 +0000] [21] [INFO] Starting worker [21]
[2022-05-10 10:40:33 +0000] [26] [INFO] Starting worker [26]
WARNING:rasax.community.services.settings_service:Could not inject deployment environments configuration from file 'environments.yml'. Details:
Environment needs to contain entries for production and worker services.
WARNING:rasax.community.services.settings_service:Rasa X will continue to use your current configuration.Your current configuration is:
{
"environments": {
"rasa": {}
}
}
``