Feature description
Hi !
Description
Currently, the worker deployment use an emptyDir volume, which stores temporary data directly on the node's filesystem. This approach can lead to issues with disk space on the node getting filled up by a task and the worker getting killed.
Requested Feature/Enhancement
The ability to set a PVC for the temporary data directory of the worker deployment.