eladkal commented on code in PR #50056:
URL: https://github.com/apache/airflow/pull/50056#discussion_r2069680617
##########
chart/values.yaml:
##########
@@ -2707,8 +2707,9 @@ config:
statsd_port: 9125
statsd_prefix: airflow
statsd_host: '{{ printf "%s-statsd" (include "airflow.fullname" .) }}'
- webserver:
+ fab:
enable_proxy_fix: 'True'
+ webserver:
# For Airflow 1.10
rbac: 'True'
Review Comment:
Is this backward compatible with older airflow versions?
the chart support airflow 1.10+
--
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]