ashb commented on a change in pull request #4777: Airflow 3918 add git sync ssh auth URL: https://github.com/apache/airflow/pull/4777#discussion_r261556772
########## File path: airflow/contrib/kubernetes/worker_configuration.py ########## @@ -213,8 +281,7 @@ def generate_dag_volume_mount_path(self): def make_pod(self, namespace, worker_uuid, pod_id, dag_id, task_id, execution_date, try_number, airflow_command, kube_executor_config): volumes_dict, volume_mounts_dict = self.init_volumes_and_mounts() Review comment: Yup, your PR doesn't change it, but at least before it was also used by the init container, where as now it isn't :) Thanks. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services