Miretpl commented on code in PR #61049:
URL: https://github.com/apache/airflow/pull/61049#discussion_r2728833348
##########
chart/values.yaml:
##########
@@ -1050,24 +1050,16 @@ workers:
command: ~
# Args to use when running Airflow Celery workers (templated)
- args:
- - "bash"
- - "-c"
- - |-
- exec \
- airflow {{ semverCompare ">=2.0.0" .Values.airflowVersion | ternary
"celery worker" "worker" }}
- {{- if and .Values.workers.queue (ne .Values.workers.queue "default")
}}
- {{- " -q " }}{{ .Values.workers.queue }}
- {{- end }}
+ args: ~
Review Comment:
It is not. We are removing things from `workers.celery.args`, not
`workers.args` field. `workers.celery.args` was added after 1.18.0 release and
having it not null will make 1.19.0 release to have breaking changes.
--
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]