galuszkak commented on a change in pull request #4772: [AIRFLOW-3937] 
KubernetesPodOperator support for envFrom configMapRef…
URL: https://github.com/apache/airflow/pull/4772#discussion_r265251225
 
 

 ##########
 File path: airflow/contrib/kubernetes/pod.py
 ##########
 @@ -114,3 +118,4 @@ def __init__(
         self.hostnetwork = hostnetwork or False
         self.tolerations = tolerations or []
         self.security_context = security_context
+        self.envs_from_configmaps = envs_from_configmaps or []
 
 Review comment:
   @ashb fixed.

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


With regards,
Apache Git Services

Reply via email to