FloChehab commented on issue #10362:
URL: https://github.com/apache/airflow/issues/10362#issuecomment-674931078
I am using the chart as is, with the following "custom" values:
```yaml
---
###################
# Sub charts config
postgresql:
persistence:
enabled: true
redis:
persistence:
enabled: false
########################
# Airflow chart config
images:
airflow:
repository: image
tag: some tag
pullPolicy: Always
workers:
persistence:
enabled: true
size: 8Gi
# doesn't play nicely with rbac
webserver:
defaultUser:
enabled: false
env:
- name: "AIRFLOW__WEBSERVER__RBAC"
value: "False"
- name: "AIRFLOW__API__AUTH_BACKEND"
value: "airflow.api.auth.backend.default"
```
----------------------------------------------------------------
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:
[email protected]