Miretpl commented on code in PR #61018:
URL: https://github.com/apache/airflow/pull/61018#discussion_r2849759633


##########
chart/values.schema.json:
##########
@@ -1783,7 +1768,7 @@
                     "default": [
                         "bash",
                         "-c",
-                        "exec \\\nairflow {{ semverCompare \">=2.0.0\" 
.Values.airflowVersion | ternary \"celery worker\" \"worker\" }}\n{{- if and 
.Values.workers.queue (ne .Values.workers.queue \"default\") }}\n{{- \" -q \" 
}}{{ .Values.workers.queue }}\n{{- end }}"
+                        "exec \\\nairflow celery worker\n{{- if and 
.Values.workers.queue (ne .Values.workers.queue \"default\") }}\n{{- \" -q \" 
}}{{ .Values.workers.queue }}\n{{- end }}"

Review Comment:
   Sure, I will open a PR after this being merged with this



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