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 <[email protected]>
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: