[bitnami/airflow] feat: add support for custom local settings (#30496)

This commit is contained in:
Juan Ariza Toledano
2024-11-18 16:46:55 +01:00
committed by GitHub
parent 8a54fb8b17
commit 6c3060e024
13 changed files with 60 additions and 10 deletions

View File

@@ -375,7 +375,8 @@ The Bitnami Airflow chart relies on the PostgreSQL chart persistence. This means
| `executor` | Airflow executor. Allowed values: `SequentialExecutor`, `LocalExecutor`, `CeleryExecutor`, `KubernetesExecutor`, `CeleryKubernetesExecutor` and `LocalKubernetesExecutor` | `CeleryExecutor` |
| `loadExamples` | Switch to load some Airflow examples | `false` |
| `configuration` | Specify content for Airflow config file (auto-generated based on other env. vars otherwise) | `""` |
| `existingConfigmap` | Name of an existing ConfigMap with the Airflow config file | `""` |
| `localSettings` | Specify content for Airflow local settings (airflow_local_settings.py) | `""` |
| `existingConfigmap` | Name of an existing ConfigMap with the Airflow config file and, optionally, the local settings file | `""` |
| `dags.enabled` | Enable loading DAGs from a ConfigMap or Git repositories | `false` |
| `dags.existingConfigmap` | Name of an existing ConfigMap with all the DAGs files you want to load in Airflow | `""` |
| `dags.repositories` | Array of repositories from which to download DAG files | `[]` |