Alxander64 opened a new issue #14138: URL: https://github.com/apache/airflow/issues/14138
**Apache Airflow version**: 2.0.0 **What happened**: emptyDir named "dags" was not attached to the scheduler container when git-sync is enabled and persistence is disabled. I see the line responsible for this [here](https://github.com/apache/airflow/blob/master/chart/templates/scheduler/scheduler-deployment.yaml#L163). Not sure if this is intentional, or if there are some other things to consider before changing the condition to include checking the value of `.Values.dags.gitSync.enabled`. **What you expected to happen**: Expected the dags emptyDir to be attached. ---------------------------------------------------------------- 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]
