diff --git a/airflow/include/composeyml.go b/airflow/include/composeyml.go index fc7a3c136..926fb6170 100644 --- a/airflow/include/composeyml.go +++ b/airflow/include/composeyml.go @@ -77,7 +77,7 @@ services: AIRFLOW__CORE__SQL_ALCHEMY_CONN: postgresql://{{ .PostgresUser }}:{{ .PostgresPassword }}@{{ .PostgresHost }}:5432 AIRFLOW__CORE__LOAD_EXAMPLES: "False" AIRFLOW__CORE__FERNET_KEY: "d6Vefz3G9U_ynXB3cr7y_Ak35tAHkEGAVxuz_B-jzWw=" - AIRFLOW__WEBSERVER__RBAC=true + AIRFLOW__WEBSERVER__RBAC: "True" ports: - {{ .AirflowWebserverPort }}:8080 volumes: