rajat-tomar commented on code in PR #27480:
URL: https://github.com/apache/airflow/pull/27480#discussion_r1014654846


##########
chart/values.yaml:
##########
@@ -1695,7 +1695,7 @@ config:
     # For Airflow 1.10
     rbac: 'True'
   celery:
-    flower_url_prefix: '{{ .Values.ingress.flower.path }}'
+    flower_url_prefix: ''

Review Comment:
   But it will always select .Values.ingress.flower.path if it is not empty. 
That means, it will select "/" always which doesn't work. url_prefix should be 
"" instead. Is that correct?



-- 
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]

Reply via email to