ashb commented on code in PR #56589:
URL: https://github.com/apache/airflow/pull/56589#discussion_r2447495662


##########
chart/values.yaml:
##########
@@ -1010,6 +1010,34 @@ workers:
       # Annotations to add to worker kubernetes service account.
       annotations: {}
 
+    # Celery queue groups for different queues and node assignments
+    # When defined, ONLY these worker groups will be created (no default 
worker deployment)
+    # Each worker group creates a separate Deployment assigned to specific 
nodes and queues
+    celeryQueueGroups: []

Review Comment:
   `celery` here in this is redundant -- we are already in the celery section.



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