-
Notifications
You must be signed in to change notification settings - Fork 16.2k
Closed
Labels
area:helm-chartAirflow Helm ChartAirflow Helm Chartkind:bugThis is a clearly a bugThis is a clearly a bugneeds-triagelabel for new issues that we didn't triage yetlabel for new issues that we didn't triage yet
Description
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
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
area:helm-chartAirflow Helm ChartAirflow Helm Chartkind:bugThis is a clearly a bugThis is a clearly a bugneeds-triagelabel for new issues that we didn't triage yetlabel for new issues that we didn't triage yet