airflow-helm/charts

Add TZ option

achovelon opened this issue · 1 comments

Checks

Motivation

Hello,
I would like to have the option to choose my default TZ for airflow scheduler.
On the chart it's fixed to etc/UTC : https://github.com/airflow-helm/charts/blob/main/charts/airflow/templates/config/secret-config-envs.yaml#L15
Do you think it's a good idea to variabilize this option? Or to just remove it from this secret so we could configure it using the "config" section.
Thanks for your help here.
BR,

Implementation

If we could remove line 15 : https://github.com/airflow-helm/charts/blob/main/charts/airflow/templates/config/secret-config-envs.yaml#L15
Or add vars here.

Are you willing & able to help?

  • I am able to submit a PR!
  • I can help test the feature!