Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chart/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,10 @@ DEPRECATION WARNING:

{{- end }}

{{- if hasKey .Values.workers.podDisruptionBudget.config "minUnavailable" }}
{{- if hasKey .Values.workers.podDisruptionBudget.config "minAvailable" }}

DEPRECATION WARNING:
`workers.podDisruptionBudget.config.minUnavailable` has been renamed to `workers.celery.podDisruptionBudget.config.minUnavailable`.
`workers.podDisruptionBudget.config.minAvailable` has been renamed to `workers.celery.podDisruptionBudget.config.minAvailable`.
Please change your values as support for the old name will be dropped in a future release.

{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Comment thread
jscheffl marked this conversation as resolved.
# minAvailable: 1
# (deprecated, use `workers.celery.podDisruptionBudget.config.minAvailable` instead)

# Create ServiceAccount for Airflow Celery workers and pods created with pod-template-file
serviceAccount:
Expand Down
Loading