csp33 opened a new issue, #28880: URL: https://github.com/apache/airflow/issues/28880
### Official Helm Chart version 1.7.0 (latest released) ### Apache Airflow version 2.4.3 ### Kubernetes Version 1.25 ### Helm Chart configuration _No response_ ### Docker Image customizations _No response_ ### What happened Current Helm chart uses the "workers" section to configure Kubernetes or Celery workers parameters (resources, affinity, etc.). However, when using CeleryKubernetesExecutor, the "workers" section is used to configure the Celery ones, making Kubernetes workers settings available only via podTemplateFile, which can be difficult to manage. I suggest splitting "workers" into "kubernetesWorkers" (used in pod_template_file) and "celeryWorkers" (used by the celery ones) ### What you think should happen instead Helm Chart should allow to configure both kind of workers in an easy way ### How to reproduce _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [X] 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]
