Skip to content

Commit

Permalink
Change etcd into pg in bundled option (#112)
Browse files Browse the repository at this point in the history
* Update CONFIGURATION.md

* Update CONFIGURATION.md
  • Loading branch information
WanYixian authored Aug 27, 2024
1 parent 9e3c6f3 commit c700b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ For the details of a backend, please check the values of the corresponding secti

### Bundled etcd/PostgreSQL/MinIO as Stores

Helm chart for RisingWave also provides an option to deploy the etcd and MinIO along with the RisingWave to provide meta
Helm chart for RisingWave also provides an option to deploy the PostgreSQL and MinIO along with the RisingWave to provide meta
and state store backends. It is useful to try out the helm chart quickly. The feature is achieved
with `bitnami/etcd`, `bitnami/postgresql` and `bitnami/minio` sub-charts. If you are interested in
these charts, please refer
Expand All @@ -170,7 +170,7 @@ Set the `tags.bundle` option to `true` to experience the feature.
helm install --set tags.bundle=true risingwave risingwavelabs/risingwave
```

It's also possible to control the enablement of etcd and MinIO sub-charts separately with
It's also possible to control the enablement of PostgreSQL and MinIO sub-charts separately with
`tags.etcd` (deprecating),
`tags.postgresql` and `tags.minio`. But note that `tags.bundle` must be `false` when you want such
control.
Expand Down

0 comments on commit c700b07

Please sign in to comment.