jedcunningham commented on a change in pull request #21735:
URL: https://github.com/apache/airflow/pull/21735#discussion_r822063034



##########
File path: chart/values.schema.json
##########
@@ -2397,6 +2397,30 @@
                         }
                     }
                 },
+                "podDisruptionBudget": {
+                    "description": "Webserver pod disruption budget.",
+                    "type": "object",
+                    "additionalProperties": false,
+                    "properties": {
+                        "enabled": {
+                            "description": "Enable pod disruption budget.",
+                            "type": "boolean",
+                            "default": false
+                        },
+                        "config": {
+                            "description": "Disruption budget configuration.",
+                            "type": "object",
+                            "additionalProperties": false,
+                            "properties": {
+                                "maxUnavailable": {
+                                    "description": "Max unavailable pods for 
webserver.",
+                                    "type": "integer",

Review comment:
       I see. Yes, let's change both, keep the `config` and `toyaml` it in just 
like you are, and add `minAvailable` to the schema on both.




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