mirror of
https://github.com/bitnami/charts.git
synced 2026-04-01 06:47:23 +08:00
[bitnami/airflow] feat: add support for custom local settings (#30496)
This commit is contained in:
committed by
GitHub
parent
8a54fb8b17
commit
6c3060e024
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user