Quentin Lemaire created AIRFLOW-5408:
----------------------------------------
Summary: Fix env variable name in Kubernetes template
Key: AIRFLOW-5408
URL: https://issues.apache.org/jira/browse/AIRFLOW-5408
Project: Apache Airflow
Issue Type: Bug
Components: ci
Affects Versions: 1.10.5
Reporter: Quentin Lemaire
Hi,
I have noticed that the variable name *AIRFLOW_KUBE_NAMESPACE* in
_airflow/scripts/ci/kubernetes/kube/templates/airflow.template.yaml is wrong_
and should be replaced by *AIRFLOW__KUBERNETES__NAMESPACE* in order to
configurate [kubernetes] namespace.
File link:
[https://github.com/apache/airflow/blob/master/scripts/ci/kubernetes/kube/templates/airflow.template.yaml]
Moreover, I think that *SQL_ALCHEMY_CONN* should be renamed
*AIRFLOW__CORE__SQL_ALCHEMY_CONN* to follow the convention defined here:
[https://airflow.apache.org/howto/set-config.html]
--
This message was sent by Atlassian Jira
(v8.3.2#803003)