[GitHub] [airflow] jedcunningham commented on issue #16833: Chart: Add docs on using custom pod-template

2021-08-13 Thread GitBox
jedcunningham commented on issue #16833: URL: https://github.com/apache/airflow/issues/16833#issuecomment-898697562 @gmsantos, in the next release `podTemplate` can be templated and `workers.extraContainers` will be added to k8s workers automatically. Thanks! -- This is an automated mess

[GitHub] [airflow] jedcunningham commented on issue #16833: Chart: Add docs on using custom pod-template

2021-08-10 Thread GitBox
jedcunningham commented on issue #16833: URL: https://github.com/apache/airflow/issues/16833#issuecomment-896377516 Cool, thanks. For resources you can use `workers.resources`. `workers.extraContainers` isn't automatically added to k8s workers, but it probably should be (with a warning tha

[GitHub] [airflow] jedcunningham commented on issue #16833: Chart: Add docs on using custom pod-template

2021-08-10 Thread GitBox
jedcunningham commented on issue #16833: URL: https://github.com/apache/airflow/issues/16833#issuecomment-896259214 Yeah, passing `podTemplate` through `tpl` makes sense to me. What is your use case for modifying the template though? Most of the "normal" scenarios I can think of off