jdomag opened a new issue #17338: URL: https://github.com/apache/airflow/issues/17338
**Apache Airflow version**: 2.1.1 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.18.11 **Environment**: helm chart used to install airflow https://airflow.apache.org/docs/helm-chart/stable/adding-connections-and-variables.html#variables **What happened**: When I inject variables to airflow webserver pods via AIRFLOW_VAR_{NAME} ( accordingly to: https://airflow.apache.org/docs/apache-airflow/stable/howto/variable.html#storing-variables-in-environment-variables ) I can't see them in Airflow webserver (Admin->Vabiables). Vars in the pod: ``` kubectl exec airflow-webserver-76d474c884-t76s8 -- printenv | grep AIRFLOW_VAR AIRFLOW_VAR_ANOTHER_KEY=value_2 AIRFLOW__KUBERNETES_ENVIRONMENT_VARIABLES__AIRFLOW_VAR_ANOTHER_KEY=value_2 ``` <!-- (please include exact error messages if you can) --> **What you expected to happen**: Variavle avaliable in UI in admin->Variables -- 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]
