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 2020/03/16 19:34:07 UTC

[GitHub] [airflow] Fokko commented on a change in pull request #7663: [AIRFLOW-6997] Fix worker pods initcontainers

Fokko commented on a change in pull request #7663: [AIRFLOW-6997] Fix worker pods initcontainers
URL: https://github.com/apache/airflow/pull/7663#discussion_r393265538
 
 

 ##########
 File path: airflow/contrib/kubernetes/worker_configuration.py
 ##########
 @@ -73,6 +73,13 @@ def _get_init_containers(self):
             'name': 'GIT_SYNC_REV',
             'value': self.kube_config.git_sync_rev
         }]
+
+        for env_var_name, env_var_val in six.iteritems(self.kube_config.kube_env_vars):
 
 Review comment:
   This is targeted for the v1-10 branch

----------------------------------------------------------------
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


With regards,
Apache Git Services