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

potiuk 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 8af5a33  Update pod-template-file.kubernetes-helm-yaml (#13686)
8af5a33 is described below

commit 8af5a33950cfe59a38931a8a605394ef0cbc3c08
Author: Cheun Hong <[email protected]>
AuthorDate: Sun Jan 17 20:53:11 2021 +0800

    Update pod-template-file.kubernetes-helm-yaml (#13686)
---
 chart/files/pod-template-file.kubernetes-helm-yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/files/pod-template-file.kubernetes-helm-yaml 
b/chart/files/pod-template-file.kubernetes-helm-yaml
index a1a7730..b29aa3a 100644
--- a/chart/files/pod-template-file.kubernetes-helm-yaml
+++ b/chart/files/pod-template-file.kubernetes-helm-yaml
@@ -65,7 +65,7 @@ spec:
         - mountPath: {{ include "airflow_dags_mount_path" . }}
           name: dags
           readOnly: true
-{{- if .Values.dags.persistence.enabled }}
+{{- if .Values.dags.gitSync.enabled }}
           subPath: {{.Values.dags.gitSync.dest }}/{{ 
.Values.dags.gitSync.subPath }}
 {{- end }}
 {{- end }}

Reply via email to