bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
9.05k stars 9.22k forks source link

[bitnami/airflow] Add support for extending default configuration #30525

Closed juan131 closed 5 days ago

juan131 commented 5 days ago

Description of the change

This PR adds support for extending the default Airflow configuration.

Benefits

Currently it's possible to overwrite the whole Airflow configuration via the configuration chart parameter. However, it's not possible to extend it so only certain configuration sections are overwritten or extended.

Possible drawbacks

Values must be adapted before upgrading given configuration now expects YAML format.

Applicable issues

Additional information

It also fixes an issue related to sync dags/plugins sidecar containers that shouldn't be included as part of the Pod Template when using the KubernetesExecutor given pods.

Checklist