Miretpl commented on code in PR #64296:
URL: https://github.com/apache/airflow/pull/64296#discussion_r3018238769
##########
chart/values.yaml:
##########
@@ -722,10 +722,10 @@ workers:
# (deprecated, use `workers.celery.podDisruptionBudget.config` instead)
config:
# minAvailable and maxUnavailable are mutually exclusive
- # (deprecated, use
`workers.celery.podDisruptionBudget.config.maxUnavailable` instead)
maxUnavailable: 1
- # (deprecated, use
`workers.celery.podDisruptionBudget.config.minAvailable` instead)
+ # (deprecated, use
`workers.celery.podDisruptionBudget.config.maxUnavailable` instead)
Review Comment:
In general, in the values file, we have commands under comments - there are
a few exceptions, but all deprecation messages follow that rule
--
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]