bdsoha commented on code in PR #26766:
URL: https://github.com/apache/airflow/pull/26766#discussion_r1017457345


##########
airflow/providers/cncf/kubernetes/hooks/kubernetes.py:
##########
@@ -91,6 +91,9 @@ def get_connection_form_widgets() -> dict[str, Any]:
             "cluster_context": StringField(lazy_gettext("Cluster context"), 
widget=BS3TextFieldWidget()),
             "disable_verify_ssl": BooleanField(lazy_gettext("Disable SSL")),
             "disable_tcp_keepalive": BooleanField(lazy_gettext("Disable TCP 
keepalive")),
+            "xcom_sidecar_container_image": StringField(

Review Comment:
   @dstandish 
   Documentation was already included since the initial commit.
   Is there anything else you suggest I add? 
   Have a look 
[here](https://github.com/bdsoha/airflow/blob/feature/sidecar_container/docs/apache-airflow-providers-cncf-kubernetes/connections/kubernetes.rst#default-connection-ids).



-- 
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]

Reply via email to