zoopreme commented on issue #3697: [AIRFLOW-2854] kubernetes_pod_operator add 
more configuration items
URL: 
https://github.com/apache/incubator-airflow/pull/3697#issuecomment-427592889
 
 
   @Cplo Thanks for adding these features!  Noticed a small bug (I think) when 
trying to set `image_pull_secrets`, even though the KubernetesPodOperator 
accepts the parameter, the value is not passed to the generated pod.
   
   I add the following line to the execute method and works as expected.
   `pod.image_pull_secrets = self.image_pull_secrets` 
   
   Haven't contributed to the project before so feel free to make the update.  

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to