Using additional containers¶
If you are using your own sidecar container, you can add it through the extraContainers
value.
You can define different containers for scheduler, webserver and worker pods.
For example, a sidecar that syncs DAGs from object storage.
Note
extraContainers
value supports CeleryExecutor only.