jason810496 commented on code in PR #64143:
URL: https://github.com/apache/airflow/pull/64143#discussion_r3007997928
##########
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/kube_config.py:
##########
@@ -49,7 +49,7 @@ def __init__(self, executor_conf: ExecutorConf | None = None):
self.airflow_home = AIRFLOW_HOME
self.dags_folder = self._conf.get(self.core_section, "dags_folder")
self.parallelism = self._conf.getint(self.core_section, "parallelism")
- self.pod_template_file = self._conf.get(self.kubernetes_section,
"pod_template_file", fallback=None)
+ self.pod_template_file = self._conf.get(self.kubernetes_section,
"pod_template_file", fallback="")
Review Comment:
Thanks for the clarification, then I will prefer to defer this one until
https://github.com/apache/airflow/pull/64209 is merged. Let's see if your
current change rebase on top of #64209 without any fallback changes will pass
or not.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]