gmsantos commented on code in PR #23711:
URL: https://github.com/apache/airflow/pull/23711#discussion_r914215373


##########
chart/templates/scheduler/scheduler-deployment.yaml:
##########
@@ -141,7 +141,7 @@ spec:
           {{- include "custom_airflow_environment" . | indent 10 }}
           {{- include "standard_airflow_environment" . | indent 10 }}
         {{- end }}
-        {{- if .Values.dags.gitSync.enabled }}
+        {{- if and (not .Values.dagProcessor.enabled) 
.Values.dags.gitSync.enabled }}

Review Comment:
   Makes sense, local executor still requires DAGs to be mounted.



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

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to