From c27dd36dd1af6fd2a6853d3f8ba629f0d5a0e981 Mon Sep 17 00:00:00 2001 From: Ruben Laguna Date: Tue, 5 Jan 2021 17:27:32 +0100 Subject: [PATCH] Add custom_airflow_environment to flower container --- 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 b8cf0b156ed05..01a90b337f0ca 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: