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 2021/01/17 12:53:21 UTC

[airflow] branch master updated: Update pod-template-file.kubernetes-helm-yaml (#13686)

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 <ch...@gmail.com>
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 }}