From bc99c5e81caced712df99215c8b58af9c8fa2969 Mon Sep 17 00:00:00 2001 From: WanYixian Date: Tue, 27 Aug 2024 15:03:56 +0800 Subject: [PATCH 1/2] Update CONFIGURATION.md --- docs/CONFIGURATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index d831fa1..62e879f 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 From 8e72cdc8fcdf1938ef46447ed81cd66be5b94f20 Mon Sep 17 00:00:00 2001 From: WanYixian Date: Tue, 27 Aug 2024 15:13:07 +0800 Subject: [PATCH 2/2] Update CONFIGURATION.md --- docs/CONFIGURATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index 62e879f..0660e23 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -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.