jscheffl commented on code in PR #61018:
URL: https://github.com/apache/airflow/pull/61018#discussion_r2849640058
##########
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:
I feel this is a bug frm the current version. As this is getting very
complex already... can we make this a separate PR? Can you raise this? (As also
here I only understand 90% of what you mean :-D except that I see there are
still legacy/deprecated args used...)
--
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]