we've set the `job_namespace` value and Dagster se...
# deployment-kubernetes
l
we've set the
job_namespace
value and Dagster seems to be reading the config correctly, but the jobs are still being created in the same namespace as the daemon is deployed. am I missing something? relevant config section.
Copy code
run_launcher:
  module: dagster_k8s
  class: K8sRunLauncher
  config:
    job_namespace: dagster-jobs
b
Ah now I had this problem too....let me see if I can find the thread
Hm it looks like maybe I owe an issue creation here that I neglected to do
j
Is this config being set on the daemon pod as well?
l
@Ben Gatewood I expand the thread since it's older than 90 days 😞
@johann I think so? the config is shown in the Dagit UI. we've deployed using the Helm chart as well
l
thanks
j
Leo did this thread help? (job_namespace getting overriden by namespace of the user code deployment)
l
yep!