Currently there is no envFrom
option to provide the environment variables from a ConfigMap
or Secret
to the dask workers. All the environment variables must be defined one by one which can get quite cumbersome.
I can take this issue up myself if needed.