jpyen opened a new issue #16684: URL: https://github.com/apache/airflow/issues/16684
The helm-chart should not force the setting of Resultsbackend, Metadata and Broker. Either through an additional configuration or implicitly by not providing values, the helm-chart should refrain from populating those Airflow-Env configurations. **Use case / motivation** The current Helm chart forces the configuration of certain values such as `brokerUrl` (https://github.com/apache/airflow/blob/main/chart/values.yaml#L236) Which will then be populated as Airflow ENV config. Due to Airflows configuration precedence (https://airflow.apache.org/docs/apache-airflow/stable/howto/set-config.html) are these settings taking highest priority in Airflow configuration. With the suggested change, users can dynamically provide Airflow configurations through Airflow's `__CMD` environment variables. **Are you willing to submit a PR?** Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
