potiuk commented on code in PR #28638:
URL: https://github.com/apache/airflow/pull/28638#discussion_r1059098844
##########
chart/templates/scheduler/scheduler-service.yaml:
##########
@@ -18,7 +18,7 @@
################################
## Airflow Scheduler Service
#################################
-{{- if eq .Values.executor "LocalExecutor" }}
+{{- if or (eq .Values.executor "LocalExecutor") (eq .Values.executor
"LocalKubernetesExecutor")}}
Review Comment:
Ah.. I see @dstandish already had some comments on that one too :) Yeah -
serve_logs should be fine and it should have default value depending on the
"built-in" executors - so that we do not have to configure it manually for
built-in executors.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]