uranusjr commented on code in PR #25663:
URL: https://github.com/apache/airflow/pull/25663#discussion_r944274148
##########
airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py:
##########
@@ -147,7 +147,6 @@ class KubernetesPodOperator(BaseOperator):
to populate the environment variables with. The contents of the target
ConfigMap's Data field will represent the key-value pairs as
environment variables.
Extends env_from.
- :param: kubernetes_conn_id: To retrieve credentials for your k8s cluster
from an Airflow connection
Review Comment:
This docstring is duplicated; there’s already one near the top, so I took
the chance to remove it.
--
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]