Replies: 1 comment 6 replies
-
Are you setting kubectl exec -it <your-pod-name> -- env | grep DAGSTER_PG_PASSWORD |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have Dagster running with a separate code deployment on kubernetes, using the k8sRunLauncher. I can materialise assets just fine.
However when I try to schedule a job I get:
No idea where DAGSTER_PG_PASSWORD is missing? I can see that's already set for the webserver , the daemon, and the k8sRunLauncher sets it on k8s jobs too. Does it also have to be set on my code deployment too for some reason? Why?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions