dstandish commented on code in PR #24716:
URL: https://github.com/apache/airflow/pull/24716#discussion_r910305967
##########
airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py:
##########
@@ -526,7 +526,7 @@ def build_pod_request_obj(self, context=None):
api_version="v1",
kind="Pod",
metadata=k8s.V1ObjectMeta(
- namespace=self.namespace,
+ namespace=self.namespace or self.hook.get_namespace(),
Review Comment:
ok i removed that
--
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]