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/03 09:26:14 UTC

[GitHub] [airflow] Noymiran commented on issue #10646: Kubernetes config dags_volume_subpath breaks PVC in helm chart

Noymiran commented on issue #10646:
URL: https://github.com/apache/airflow/issues/10646#issuecomment-703075239


   @dimberman  on master in files/pod-template-file.yaml this problematic piece of code still exists:
   ```
   {{- if or .Values.dags.gitSync.enabled .Values.dags.persistence.enabled }}
           - mountPath: {{ include "airflow_dags_mount_path" . }}
             name: airflow-dags
             readOnly: true
   {{- if .Values.dags.persistence.enabled }}
             subPath: {{.Values.dags.gitSync.dest }}/{{ .Values.dags.gitSync.subPath }}
   ```
   I'm facing the issue with using the default repo configurations and just turning on the git-sync as mentioned here.


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