Running dedicated database for Rasa X Helm

Hello Rasa X Community,

I have a current deployment of Rasa X on a cluster using Helm. I would like to use an existing dedicated database for my postgresql rather than having it as a persistent volume on the cluster but am running into issues.

I have tried to tackle the issue by formatting my values.yml file like so (used filler values for image): image

I then went to create a .yml file to house my external secrets according to https://rasa.com/docs/rasa-x/installation-and-setup/customize and have also included rasaSecret in values.yml.

I currently am facing the error: Error from server (BadRequest): error when creating “mySecret.yml”: Secret in version “v1” cannot be handled as a Secret: v1.Secret.ObjectMeta: v1.ObjectMeta.TypeMeta: Kind: Data: decode base64: illegal base64 data at input byte 0, error found in #10 byte of …|c|quote}}“},“kind”:”|…, bigger context …| existingSecretKey":“{{myPass|b64enc|quote}}”},“kind”:“Secret”,“metadata”:{“annotations”:{"kube|…

If any of you have come across this issue, have deployed dedicated postgres as part of your Rasa X Helm deployment, or know how to help, would love to hear from you!