GitHub user AngJoong created a discussion: AIRFLOW__WEBSERVER__SECRET_KEY not work
I get this error log ```bash Log message source details: sources=["!!!! Please make sure that all your Airflow components (e.g. schedulers, webservers, workers and triggerer) have the same 'secret_key' configured in 'webserver' section and time is synchronized on all your machines (for example with ntpd)\nSee more at https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#secret-key"] ``` first try webserverSecretKey: a423eb854380770bd1eeee8d4bfb3ac6 second try (it works) env: - name: AIRFLOW__WEBSERVER__SECRET_KEY value: "a423eb854380770bd1eeee8d4bfb3ac6" I use helm chart 1.18.0, why does it works? GitHub link: https://github.com/apache/airflow/discussions/55266 ---- This is an automatically sent email for commits@airflow.apache.org. To unsubscribe, please send an email to: commits-unsubscr...@airflow.apache.org