romsharon98 commented on code in PR #37010:
URL: https://github.com/apache/airflow/pull/37010#discussion_r1477124480


##########
airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -309,16 +309,19 @@ def __init__(
         self.labels = labels or {}
         self.startup_timeout_seconds = startup_timeout_seconds
         self.startup_check_interval_seconds = startup_check_interval_seconds
-        self.env_vars = convert_env_vars(env_vars) if env_vars else []
+        env_vars = convert_env_vars(env_vars) if env_vars else []

Review Comment:
   From what I checked it has properly processed



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

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to