Skip to content

Commit

Permalink
Add default flower_url_prefix in helm chart values (#26415)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDu committed Sep 19, 2022
1 parent 52560b8 commit ffb2078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down

0 comments on commit ffb2078

Please sign in to comment.