AlexisChowYuen opened a new issue, #63179: URL: https://github.com/apache/airflow/issues/63179
### Description Issue Description: Airflow Helm Chart - Different Volumes/VolumeMounts for Each Celery Worker Sets The Apache Airflow Helm chart currently lacks native support for configuring distinct Volumes and VolumeMounts for multiple Celery worker sets (It can separate queues like high-priority or GPU workers but not assign different volumes to different workers). While workers.extraVolumes and workers.extraVolumeMounts enable uniform mounts across all workers, specialized workloads require per-worker-set customization for different storage needs, such as data volumes. ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
