You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/08 16:07:00 UTC

[GitHub] [airflow] dimberman commented on a change in pull request #11330: Allow multiple schedulers in helm chart

dimberman commented on a change in pull request #11330:
URL: https://github.com/apache/airflow/pull/11330#discussion_r501839510



##########
File path: chart/templates/scheduler/scheduler-deployment.yaml
##########
@@ -46,7 +46,7 @@ spec:
 {{- if $stateful }}
   serviceName: {{ .Release.Name }}-scheduler
 {{- end }}
-  replicas: 1
+  replicas: {{ .Values.scheduler.replicas }}

Review comment:
       @ashb yeah I don't think there's a warning, maybe we just need to be clear in documentation :/.




----------------------------------------------------------------
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:
users@infra.apache.org