https://dagster.io/ logo
Title
m

Maksym Domariev

10/27/2022, 2:57 PM
Hey, I'm using helm to do a user deploy for dagster, what's the most straighforward way to put ENV variables to the Job? ( actual executor )
d

Dusty Shapiro

10/27/2022, 3:04 PM
I add the env key/values in the user deployments object:
dagster-user-deployments.deployments[0].env
m

Maksym Domariev

10/27/2022, 3:33 PM
is there a more elegant way e.g. configmaps, dedicated collection. I tried to put to
env:
in a helm file , and it didn't work for me ?
d

daniel

10/27/2022, 4:30 PM
Hey Maksym - configmaps are also an option. You can see the full set of available options here: https://docs.dagster.io/deployment/guides/kubernetes/deploying-with-helm#configure-your-user-deployment