jens-scheffler-bosch commented on code in PR #32858:
URL: https://github.com/apache/airflow/pull/32858#discussion_r1278619405


##########
airflow/providers/cncf/kubernetes/hooks/kubernetes.py:
##########
@@ -99,6 +100,12 @@ 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(
+                lazy_gettext("XCom sidecar image"), widget=BS3TextFieldWidget()
+            ),
+            "xcom_sidecar_container_resources": StringField(
+                lazy_gettext("XCom sidecar resources (JSON format)"), 
widget=BS3TextFieldWidget()
+            ),

Review Comment:
   Okay, I checked by executing manually because was not aware of the provider 
- back-end code taking a default was already existing, this PR just adds the 
glue (again) to expose the config to the connection level.
   Works as described, THANKS!



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