Miretpl commented on code in PR #58547:
URL: https://github.com/apache/airflow/pull/58547#discussion_r2620312084
##########
chart/templates/workers/worker-deployment.yaml:
##########
@@ -20,10 +20,20 @@
################################
## Airflow Worker Deployment
#################################
+{{- $workerSets := .Values.workers.sets | default list -}}
Review Comment:
We will have two new sections under `workers` with the next release:
`workers.kubernetes` and `workers.celery`. This change will only affect celery
workers, so maybe it would be a good idea to move it there?
--
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]