bugraoz93 commented on code in PR #46779:
URL: https://github.com/apache/airflow/pull/46779#discussion_r1957298826


##########
chart/templates/scheduler/scheduler-deployment.yaml:
##########
@@ -57,7 +58,7 @@ metadata:
     release: {{ .Release.Name }}
     chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
     heritage: {{ .Release.Service }}
-    executor: "{{ .Values.executor }}"
+    executor: "{{ $executors._0 }}"

Review Comment:
   We should document this behaviour maybe in `values.yaml` as a comment. To 
explain to users it includes the first element of the given executor while 
deploying the scheduler.



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

Reply via email to