Miretpl commented on code in PR #71221:
URL: https://github.com/apache/airflow/pull/71221#discussion_r3778605014


##########
chart/values.schema.json:
##########
@@ -2111,6 +2111,38 @@
                                     "type": "boolean",
                                     "default": false
                                 },
+                                "startupProbe": {
+                                    "description": "Startup probe for the 
Kerberos worker sidecar (runs `klist -s`).",
+                                    "type": "object",
+                                    "additionalProperties": false,
+                                    "properties": {
+                                        "enabled": {
+                                            "description": "Enable the 
Kerberos sidecar startup probe. Disable for custom images without `klist`.",
+                                            "type": "boolean",
+                                            "default": true
+                                        },
+                                        "timeoutSeconds": {
+                                            "description": "Number of seconds 
after which the probe times out.",
+                                            "type": "integer",
+                                            "default": 5

Review Comment:
   ```suggestion
                                               "default": 5,
                                               "minimum": 0
   ```
   and similar for others.



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