Hi, I'm a bit confused by `.Values.pipelineRun.im...
# deployment-kubernetes
y
Hi, I'm a bit confused by
.Values.pipelineRun.image
in the Helm chart. When does one need to specify it? The documentation says that it can be used by the run config for the celery executor:
Copy code
# `DAGSTER_K8S_PIPELINE_RUN_IMAGE` environment variable will point to the image specified below.
# The run config for the celery executor can set `job_image` to fetch from environment variable
# `DAGSTER_K8S_PIPELINE_RUN_IMAGE`, so that celery workers will launch k8s jobs with said image.
Is it still useful if celery is not used?
r
it’s not useful if celery is not used. We’ll be deprecating this section in a future release
y
OK, thanks