hussein-awala commented on code in PR #30603:
URL: https://github.com/apache/airflow/pull/30603#discussion_r1166091872
##########
chart/values.schema.json:
##########
@@ -1864,6 +1864,14 @@
"string"
],
"default": 1
+ },
+ "minAvailable": {
+ "description": "Min available pods for
scheduler.",
+ "type": [
+ "integer",
+ "string"
+ ],
+ "default": 1
Review Comment:
the variable is commented by default in the values file, why do you set
default to 1 in the schema?
--
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]