Miretpl commented on code in PR #61018:
URL: https://github.com/apache/airflow/pull/61018#discussion_r2849783192
##########
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 will also review all of the helm chart after this one. Maybe we missed
something which can also be deleted 🤔
--
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]