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


##########
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:
   of course, thanks for your contribution!



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