This is an automated email from the ASF dual-hosted git repository.
dstandish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 1e57022 Added namespace as a template field in the KPO. (#19718)
1e57022 is described below
commit 1e570229533c4bbf5d3c901d5db21261fa4b1137
Author: Rocco Pascale <[email protected]>
AuthorDate: Fri Nov 19 19:34:16 2021 -0500
Added namespace as a template field in the KPO. (#19718)
---
airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py
b/airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py
index 65c8f0c..50e75a4 100644
--- a/airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py
+++ b/airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py
@@ -173,6 +173,7 @@ class KubernetesPodOperator(BaseOperator):
'labels',
'config_file',
'pod_template_file',
+ 'namespace',
)
# fmt: off