Hi Team, We are trying to pass an environment vari...
# ask-community
j
Hi Team, We are trying to pass an environment variable for the run launcher in dagster daemon via helm chart... is that not the correct way to do it ? Reference https://docs.dagster.io/deployment/guides/kubernetes/deploying-with-helm https://github.com/dagster-io/dagster/blob/master/helm/dagster/values.yaml
Copy code
runLauncher:
  type: K8sRunLauncher
  config:
    k8sRunLauncher:
      envVars:
        - name: foo
          value: bar
or
Copy code
envVars:
  - "foo=bar"
j
The latter should work
You’re not seeing them applied?