You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/11/15 02:51:58 UTC

[airflow] 15/32: Pod template file uses custom custom env variable (#11480)

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

potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 788f1c0019ce83eaa2cfdd698595190bc05f8905
Author: Prakshal Jain <32...@users.noreply.github.com>
AuthorDate: Mon Oct 19 14:22:19 2020 -0700

    Pod template file uses custom custom env variable (#11480)
    
    (cherry picked from commit 3970bfad4c878d99adce80a4bfd824a15132a161)
---
 chart/files/pod-template-file.kubernetes-helm-yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chart/files/pod-template-file.kubernetes-helm-yaml b/chart/files/pod-template-file.kubernetes-helm-yaml
index 2206c57..ed21d68 100644
--- a/chart/files/pod-template-file.kubernetes-helm-yaml
+++ b/chart/files/pod-template-file.kubernetes-helm-yaml
@@ -31,6 +31,7 @@ spec:
       - name: AIRFLOW__CORE__EXECUTOR
         value: LocalExecutor
 {{- include "standard_airflow_environment" . | indent 4 }}
+{{- include "custom_airflow_environment" . | indent 4 }}
       envFrom: []
       image: {{ template "pod_template_image" . }}
       imagePullPolicy: {{ .Values.images.airflow.pullPolicy }}