You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/10 22:09:24 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #13080: KubernetesExecutor overrides should only append to lists

kaxil commented on a change in pull request #13080:
URL: https://github.com/apache/airflow/pull/13080#discussion_r574112781



##########
File path: airflow/kubernetes/pod_generator.py
##########
@@ -50,21 +49,15 @@ class PodDefaults(object):
     def __init__(self):
         pass
 
-    XCOM_MOUNT_PATH = '/airflow/xcom'
-    SIDECAR_CONTAINER_NAME = 'airflow-xcom-sidecar'
+    XCOM_MOUNT_PATH = "/airflow/xcom"

Review comment:
       Can you remove the unrelated changes please -- so it will be easier to just check the changes now and in future too




----------------------------------------------------------------
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:
users@infra.apache.org