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 2020/10/23 20:16:20 UTC

[GitHub] [airflow] grepthat commented on a change in pull request #11751: Update pod template - only include subPath for dags mount if gitSync is enabled

grepthat commented on a change in pull request #11751:
URL: https://github.com/apache/airflow/pull/11751#discussion_r511135280



##########
File path: chart/files/pod-template-file.kubernetes-helm-yaml
##########
@@ -54,7 +54,7 @@ spec:
         - mountPath: {{ include "airflow_dags_mount_path" . }}
           name: dags
           readOnly: true
-{{- if .Values.dags.persistence.enabled }}
+{{- if and .Values.dags.gitSync.enabled .Values.dags.persistence.enabled }}

Review comment:
       True. We don't need that check. It's redundant anyway.




----------------------------------------------------------------
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