Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 395 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 395 Bytes

A PostgreSQL database is required, you can spin up a PostgreSQL database with the bitnami PostgreSQL helm chart. Add the bitname repository:

helm repo add bitnami https://charts.bitnami.com/bitnami

And setup the Postgres database:

helm install druid bitnami/postgresql \
--version=11 \
--set auth.username=druid \
--set auth.password=druid \
--set auth.database=druid