[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

@@ -142,7 +142,14 @@ loadExamples: false
## ...
##
configuration: ""
## @param existingConfigmap Name of an existing ConfigMap with the Airflow config file
## @param localSettings Specify content for Airflow local settings (airflow_local_settings.py)
## ref: https://airflow.apache.org/docs/apache-airflow/stable/howto/set-config.html#configuring-local-settings
## e.g:
## localSettings: |-
## ...
##
localSettings: ""
## @param existingConfigmap Name of an existing ConfigMap with the Airflow config file and, optionally, the local settings file
##
existingConfigmap: ""
## Load custom DAGs files from a ConfigMap or Git repositories