You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/05 16:29:39 UTC

[GitHub] [airflow] ecerulm commented on a change in pull request #12630: Allow to configure Flower's url_prefix

ecerulm commented on a change in pull request #12630:
URL: https://github.com/apache/airflow/pull/12630#discussion_r552044367



##########
File path: chart/templates/flower/flower-deployment.yaml
##########
@@ -111,6 +111,10 @@ spec:
                   name: {{ template "flower_secret" . }}
                   key: basicAuth
             {{- end }}
+            {{- if .Values.flower.url_prefix }}
+            - name: FLOWER_URL_PREFIX
+              value: {{.Values.flower.url_prefix }}
+            {{- end }}

Review comment:
       Ok, I've dropped all other changes and just added this include. 




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org