GitHub user Schwarao created a discussion: how set database
### Official Helm Chart version 1.18.0 (latest released) ### Apache Airflow version 3.0 ### Kubernetes Version 1.33 ### Helm Chart configuration How to install Airflow using Helm, while setting the database to a local PostgreSQL database instead of a containerized database? ### Docker Image customizations _No response_ ### What happened _No response_ ### What you think should happen instead _No response_ ### How to reproduce helm upgrade --install airflow apache-airflow/airflow \ --namespace airflow \ --create-namespace \ --set postgresql.enabled=false \ --set externalDatabase.type=postgres \ --set externalDatabase.host= \ --set externalDatabase.port=5432 \ --set externalDatabase.database= \ --set externalDatabase.user= \ --set externalDatabase.password="" \ --set externalDatabase.sslmode=disable \ --set logs.persistence.enabled=true ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) GitHub link: https://github.com/apache/airflow/discussions/59365 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
