Passing Secrets to Action Server

Is there a way to pass secrets to the action server in a Rasa X kubernetes deployment?

Thanks!

Hey!
Our Helm chart allows you to pass env variables (app.extraEnvs dictionary in values.yml) but you can always just update your deployments manually as well (with kubectl apply -f).

Can you give more information about your use case?