You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``workers.extraVolumes`` field is now deprecated in favor of ``workers.celery.extraVolumes`` and ``workers.kubernetes.extraVolumes``. Please update your configuration accordingly.
Copy file name to clipboardExpand all lines: chart/values.schema.json
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2317,7 +2317,7 @@
2317
2317
}
2318
2318
},
2319
2319
"extraVolumes": {
2320
-
"description": "Additional volumes attached to the Airflow Celery workers and pods created with pod-template-file.",
2320
+
"description": "Additional volumes attached to the Airflow Celery workers and pods created with pod-template-file (deprecated, use ``workers.celery.extraVolumes`` and/or ``workers.kubernetes.extraVolumes`` instead).",
0 commit comments