jedcunningham commented on code in PR #64296:
URL: https://github.com/apache/airflow/pull/64296#discussion_r3001454977
##########
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:
Why'd you move these under the config lines?
--
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]