jedcunningham commented on code in PR #45038:
URL: https://github.com/apache/airflow/pull/45038#discussion_r1890588623
##########
chart/values.yaml:
##########
@@ -2607,6 +2607,7 @@ config:
celery:
flower_url_prefix: '{{ ternary "" .Values.ingress.flower.path (eq
.Values.ingress.flower.path "/") }}'
worker_concurrency: 16
+ extra_celery_config: '{}'
Review Comment:
Similarly, you don't need to add this here - the default will take care of
it.
--
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]