diff --git a/charts/cluster/README.md.gotmpl b/charts/cluster/README.md.gotmpl index 5f53a129f..2a7fd1023 100644 --- a/charts/cluster/README.md.gotmpl +++ b/charts/cluster/README.md.gotmpl @@ -70,7 +70,7 @@ Currently the chart supports two database types. These are configured via the `t * `postgresql` - A standard PostgreSQL database. * `postgis` - A PostgreSQL database with the PostGIS extension installed. * `timescaledb` - A PostgreSQL database with the TimescaleDB extension installed. -* `paradedb` - A PostgreSQL database with the ParadeDB extension installed. +* `paradedb` - A PostgreSQL database with the ParadeDB extensions (`pg_search` and `pg_analytics`) installed. Depending on the type the chart will use a different Docker image and fill in some initial setup, like extension installation.