You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/14 13:35:21 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #15351: Fix mountpath in pod template

kaxil commented on a change in pull request #15351:
URL: https://github.com/apache/airflow/pull/15351#discussion_r613252324



##########
File path: chart/files/pod-template-file.kubernetes-helm-yaml
##########
@@ -61,16 +61,11 @@ spec:
           name: git-sync-ssh-key
           subPath: ssh
 {{- end }}
-{{- if .Values.dags.persistence.enabled }}
+{{- if or .Values.dags.gitSync.enabled .Values.dags.persistence.enabled }}

Review comment:
       Please add a unit test to cover this case




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org