jianyuan opened a new pull request #15351: URL: https://github.com/apache/airflow/pull/15351
When `dags.gitSync.enabled` is set to `true`, the dag path should have been `$AIRFLOW_HOME/dags/repo/dags/`, but it is `$AIRFLOW_HOME/dags/repo/dags/repo/dags/` instead. Also, if both `dags.gitSync.enabled` and `dags. persistence.enabled` are true, the mounts would conflict as the paths overlap. This setting is also consistent with the volume mounts in the [scheduler pod spec](https://github.com/apache/airflow/blob/6e31465a30dfd17e2e1409a81600b2e83c910036/chart/templates/scheduler/scheduler-deployment.yaml#L163-L166). -- 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]
