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
Copy file name to clipboardExpand all lines: chart/docs/using-additional-containers.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Init Containers
50
50
---------------
51
51
52
52
You can also deploy extra init containers through the ``extraInitContainers`` parameter.
53
-
You can define different containers for the scheduler, webserver, apiserver, worker, triggerer, dag processor, create user job and migrate database job pods.
53
+
You can define different containers for the scheduler, webserver/api-server, Celery/Kubernetes workers, triggerer, dag processor, create user job and migrate database job pods.
54
54
55
55
For example, an init container that just says hello:
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
@@ -2301,7 +2301,7 @@
2301
2301
}
2302
2302
},
2303
2303
"extraInitContainers": {
2304
-
"description": "Add additional init containers into Airflow Celery workers and pods created with pod-template-file (templated).",
2304
+
"description": "Add additional init containers into Airflow Celery workers and pods created with pod-template-file (templated) (deprecated, use ``workers.celery.extraInitContainers`` and/or ``workers.kubernetes.extraInitContainers`` instead).",
2305
2305
"type": "array",
2306
2306
"default": [],
2307
2307
"items": {
@@ -3294,6 +3294,14 @@
3294
3294
],
3295
3295
"default": null
3296
3296
},
3297
+
"extraInitContainers": {
3298
+
"description": "Add additional init containers into Airflow Celery workers (templated).",
0 commit comments