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


##########
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:
   As you suggested, I included a brief comment in `values.yaml`. I would 
appreciate any suggestions from anyone for further improvement.



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