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:
[email protected]