This is an automated email from the ASF dual-hosted git repository.

jedcunningham 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 bcbcb8e39c Fix docs on what KE pod_override can override (#39169)
bcbcb8e39c is described below

commit bcbcb8e39cccab4cb375c6f972add9762a151ae8
Author: Jed Cunningham <[email protected]>
AuthorDate: Mon Apr 22 19:02:55 2024 -0400

    Fix docs on what KE pod_override can override (#39169)
    
    This was changed in #35185 but this doc line was missed.
---
 docs/apache-airflow-providers-cncf-kubernetes/kubernetes_executor.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/docs/apache-airflow-providers-cncf-kubernetes/kubernetes_executor.rst 
b/docs/apache-airflow-providers-cncf-kubernetes/kubernetes_executor.rst
index 5662d7a0e1..57d0a26742 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/kubernetes_executor.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/kubernetes_executor.rst
@@ -134,7 +134,6 @@ pod_override
 
 When using the KubernetesExecutor, Airflow offers the ability to override 
system defaults on a per-task basis.
 To utilize this functionality, create a Kubernetes V1pod object and fill in 
your desired overrides.
-Please note that the scheduler will override the ``metadata.name`` and 
``containers[0].args`` of the V1pod before launching it.
 
 To overwrite the base container of the pod launched by the KubernetesExecutor,
 create a V1pod with a single container, and overwrite the fields as follows:

Reply via email to