mik-laj commented on pull request #7365:
URL: https://github.com/apache/airflow/pull/7365#issuecomment-660810713
I'm not a Kubernetes expert, but can't this option be configured with `pod`
or `pod_template_file` parameter?
```
:param pod: The fully specified pod. Mutually exclusive with
`path_or_string`
:type pod: Optional[kubernetes.client.models.V1Pod]
:param pod_template_file: Path to YAML file. Mutually exclusive with
`pod`
:type pod_template_file: Optional[str]
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]