Closed achovelon closed 7 months ago
User-Community Airflow Helm Chart
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,
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.
I highly recommend using UTC as your timezone, this is in line with Airflow's official recommendations.
UTC
Note, this will not stop you creating DAG schedules in any timezone you like:
Checks
User-Community Airflow Helm Chart
.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?