rajat-tomar commented on PR #27480:
URL: https://github.com/apache/airflow/pull/27480#issuecomment-1301807534
Hey!
I have another solution in mind. Should I update flower_url_prefix with
this:👇
celery:
flower_url_prefix: '{{ ternary "" .Values.ingress.flower.path (eq
.Values.ingress.flower.path "/")}}'
It says if .Values.ingress.flower.path is equal to “/“ url_prefix is “” else
url_prefix is .Values.ingress.flower.path
in case we update the ingress flower path to something else.
I can update the pull request if we're okay with these 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]