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.
extraContainers:
- name: s3-sync
image: my-company/s3-sync:latest
imagePullPolicy: Always