Hi. Is there a way to specify a default `run_confi...
# deployment-kubernetes
g
Hi. Is there a way to specify a default
run_config
for all the user deployments jobs via the Helm chart? E.g. if I want to run using the
in_process
executor for all my deployments by default.
j
There isn’t, feel free to file an issue
g
Alright thanks. Aside from the Helm chart, is there a way to override globally the default
run_config
for all the jobs?
j
There’s some tricks you can do with factory methods- you can define a
@custom_job
decorator that changes a default like the executor for you
No native support for a default setting though
g
I see. Thanks for the details 🙂
j
a
☝️ This should definitely be written in the docs somewhere. It’s a common thing that people do, together with op-factory. Maybe worth calling it a job-factory? 😄
👍 1