Copilot commented on code in PR #60854:
URL: https://github.com/apache/airflow/pull/60854#discussion_r2710964588
##########
chart/values.schema.json:
##########
@@ -3004,6 +3004,72 @@
}
}
}
+ },
+ "persistence": {
+ "description": "Persistence configuration for
Airflow Celery workers.",
Review Comment:
The description states that successThreshold must be 1 for startup probes,
but the schema doesn't enforce this constraint. While Kubernetes will validate
this at deployment time, consider adding schema-level validation (e.g.,
"const": 1) to catch misconfigurations earlier during values validation.
--
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]