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
fixes #30442
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
[x] Chart version bumped in Chart.yaml according to semver. This is not necessary when the changes only affect README.md files.
[x] Variables are documented in the values.yaml and added to the README.md using readme-generator-for-helm
[x] Title of the pull request follows this pattern [bitnami/] Descriptive title
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
Chart.yaml
according to semver. This is not necessary when the changes only affect README.md files.README.md
using readme-generator-for-helm