Skip to content

how set database #59351

@Schwarao

Description

@Schwarao

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:helm-chartAirflow Helm Chartkind:bugThis is a clearly a bugneeds-triagelabel for new issues that we didn't triage yet

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions