seniuts-b2 commented on PR #43606:
URL: https://github.com/apache/airflow/pull/43606#issuecomment-2548363309
@romsharon98 thanks a lot for your support.
One question: is it possible to configure Airflow Helm chart 1.15.0 to use
multiple executors?
I tried to change the executor via `config:` section in `values.yaml ` like:
```
config:
core:
executor: KubernetesExecutor, CeleryExecutor
```
but during deployment I get error:
`helm.go:84: [debug] execution error at
(airflow/charts/airflow/templates/NOTES.txt:205:6): Please configure the
executor with `executor`, not `config.core.executor`.`
I am a bit confused. How to change the executor config in airflow.cfg
without using approaches like adding `executor: "KubernetesExecutor,
CeleryExecutor"` or`config.core.executor: KubernetesExecutor, CeleryExecutor`.
I cannot find some workaround to use multiple executors while deploying
Airflow via Airflow Helm Chart 1.15.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]