From c700b0774f40da666fee0699f3c922aa1a7361ff Mon Sep 17 00:00:00 2001 From: WanYixian <150207222+WanYixian@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:15:07 +0800 Subject: [PATCH] Change etcd into pg in bundled option (#112) * Update CONFIGURATION.md * Update CONFIGURATION.md --- docs/CONFIGURATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index d831fa1..0660e23 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -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 @@ -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.