You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Quentin Lemaire (Jira)" <ji...@apache.org> on 2019/09/05 12:02:00 UTC

[jira] [Updated] (AIRFLOW-5408) Fix env variable name in Kubernetes template

     [ https://issues.apache.org/jira/browse/AIRFLOW-5408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Quentin Lemaire updated AIRFLOW-5408:
-------------------------------------
    Description: 
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]

 

  was:
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]

 


> 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
>            Priority: Minor
>
> 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)