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/05/26 21:06:58 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #16095: Bug Pod Template File Values Ignored

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



##########
File path: airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py
##########
@@ -196,15 +196,15 @@ def __init__(  # pylint: disable=too-many-arguments,too-many-locals
         reattach_on_restart: bool = True,
         startup_timeout_seconds: int = 120,
         get_logs: bool = True,
-        image_pull_policy: str = 'IfNotPresent',
+        image_pull_policy: Optional[str] = None,

Review comment:
       Can you add this change to https://github.com/apache/airflow/blob/master/airflow/providers/cncf/kubernetes/CHANGELOG.rst please




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