Nataneljpwd commented on code in PR #64296:
URL: https://github.com/apache/airflow/pull/64296#discussion_r3001807998
##########
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:
Moved it closer to the related comment / line as the relevant line was
bellow, so now they are where they are needed
--
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]