stefanondisponibile opened a new issue #19460: URL: https://github.com/apache/airflow/issues/19460
### Description When using `PersistenVoume`s or `PVC`s with the Kubernetes Executor it should be possible to build their configuration (at least their names) dynamically. ### Use case/motivation I want to attach some volume to running worker's containers, but I need to build its name dynamically (e.g. using the `dag_id`, `task_id`, or other values available at "runtime"). I'm using quotes because this wouldn't be actually "runtime", but just before it, since we're still building the pod template. Any way to do that? If there's a way, I'm willing to submit a PR. ### Related issues _No response_ ### Are you willing to submit a 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]
