BobDu commented on PR #27480:
URL: https://github.com/apache/airflow/pull/27480#issuecomment-1305008854
> Hey @BobDu! 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
Sorry for the delay reply.
Looks `'{{ ternary "" .Values.ingress.flower.path (eq
.Values.ingress.flower.path "/")}}'` is a good idea.
But, more importantly is we need more and more test in it.
Sorry too I lost enough test in #26415 .
--
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]