Hello there! I'm following this guide <https://doc...
# deployment-kubernetes
g
Hello there! I'm following this guide https://docs.dagster.io/deployment/guides/kubernetes/customizing-your-deployment#separately-deploying-dagster-infrastructure-and-user-code for deploying on k8s and the deployment itself looks fine, I'm able to trigger runs and they're executing ok. Unfortunately, there's one thing I wasn't able to do and it's really important for our deployment: I need to mount volumes on both gRPC server and all of the job executors. Is that possible? (maybe related to https://github.com/dagster-io/dagster/issues/3871) I was able to mount volumes on the gRPC server by customizing the
dagster/dagster-user-deployments
chart, but the job pods still don't have it. Changes on the helm chart are at https://github.com/dagster-io/dagster/pull/4337
d
g
@Rubén Lopez Lozoya were you able to manage it?