ashb commented on a change in pull request #12766:
URL: https://github.com/apache/airflow/pull/12766#discussion_r535093923
##########
File path: airflow/kubernetes/pod_generator.py
##########
@@ -351,7 +351,7 @@ def construct_pod( # pylint: disable=too-many-arguments
try_number: int,
kube_image: str,
date: datetime.datetime,
- command: List[str],
+ args: List[str],
Review comment:
I think pod generator should have options for command and args.
----------------------------------------------------------------
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]