You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/01/05 22:40:58 UTC

[airflow] branch master updated: Chart: Add custom_airflow_environment to flower container (#12630)

This is an automated email from the ASF dual-hosted git repository.

ash pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new c2ead47  Chart: Add custom_airflow_environment to flower container (#12630)
c2ead47 is described below

commit c2ead47e04468e815c0b0a9ec059b46f9c484de2
Author: Ruben Laguna <ru...@gmail.com>
AuthorDate: Tue Jan 5 23:40:46 2021 +0100

    Chart: Add custom_airflow_environment to flower container (#12630)
---
 chart/templates/flower/flower-deployment.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chart/templates/flower/flower-deployment.yaml b/chart/templates/flower/flower-deployment.yaml
index b8cf0b1..01a90b3 100644
--- a/chart/templates/flower/flower-deployment.yaml
+++ b/chart/templates/flower/flower-deployment.yaml
@@ -112,6 +112,7 @@ spec:
                   key: basicAuth
             {{- end }}
           {{- include "standard_airflow_environment" . | indent 10 }}
+          {{- include "custom_airflow_environment" . | indent 10 }}
       volumes:
         - name: config
           configMap: