how set database
#59365
Replies: 2 comments
-
|
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Please check this doc: https://airflow.apache.org/docs/helm-chart/stable/production-guide.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions