diff --git a/chart/README.md b/chart/README.md index ea11dc1538ac..d8230ef95259 100644 --- a/chart/README.md +++ b/chart/README.md @@ -36,7 +36,7 @@ cluster using the [Helm](https://helm.sh) package manager. ## Features -* Supported executors: ``LocalExecutor``, ``LocalKubernetesExecutor``, ``CeleryExecutor``, ``CeleryKubernetesExecutor``, ``KubernetesExecutor``. +* Supported executors: ``LocalExecutor``, ``CeleryExecutor``, ``KubernetesExecutor``, ``LocalKubernetesExecutor``, ``CeleryKubernetesExecutor`` * Supported Airflow version: ``1.10+``, ``2.0+`` * Supported database backend: ``PostgresSQL``, ``MySQL`` * Autoscaling for ``CeleryExecutor`` provided by KEDA diff --git a/docs/helm-chart/index.rst b/docs/helm-chart/index.rst index 1f7af26692e4..2cc26d1558d2 100644 --- a/docs/helm-chart/index.rst +++ b/docs/helm-chart/index.rst @@ -64,7 +64,7 @@ Requirements Features -------- -* Supported executors: ``LocalExecutor``, ``CeleryExecutor``, ``CeleryKubernetesExecutor``, ``KubernetesExecutor``. +* Supported executors: ``LocalExecutor``, ``CeleryExecutor``, ``KubernetesExecutor``, ``LocalKubernetesExecutor``, ``CeleryKubernetesExecutor`` * Supported Airflow version: ``1.10+``, ``2.0+`` * Supported database backend: ``PostgresSQL``, ``MySQL`` * Autoscaling for ``CeleryExecutor`` provided by KEDA