This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new ffb2078eb5 Add default flower_url_prefix in helm chart values (#26415)
ffb2078eb5 is described below
commit ffb2078eb5546420864229cdc6ee361f89cab7bd
Author: Bob Du <[email protected]>
AuthorDate: Tue Sep 20 00:50:23 2022 +0800
Add default flower_url_prefix in helm chart values (#26415)
---
chart/values.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/chart/values.yaml b/chart/values.yaml
index f63cff45fa..91f3f63e3f 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -1681,6 +1681,7 @@ config:
# For Airflow 1.10
rbac: 'True'
celery:
+ flower_url_prefix: '{{ .Values.ingress.flower.path }}'
worker_concurrency: 16
scheduler:
standalone_dag_processor: '{{ ternary "True" "False"
.Values.dagProcessor.enabled }}'