From 982c33e75e08ec92966fab157ebe931a5ba4b292 Mon Sep 17 00:00:00 2001 From: fmassot Date: Sun, 3 Mar 2024 00:00:44 +0100 Subject: [PATCH] Fix values for tests. --- charts/quickwit/values.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/charts/quickwit/values.yaml b/charts/quickwit/values.yaml index ae78fd8..01c9203 100644 --- a/charts/quickwit/values.yaml +++ b/charts/quickwit/values.yaml @@ -283,8 +283,12 @@ bootstrap: # Quickwit configuration config: # Metastore configuration. - metastore_uri: s3://quickwit/indexes - # postgres: {} + # Default to `qwdata/indexes` if not set. + # S3 metastore + # metastore_uri: s3://quickwit/indexes + # + # Postgres metastore + # postgres: # host: "" # port: 5432 # database: metastore @@ -292,6 +296,7 @@ config: # password: "" # max_num_connections: 50 + # Storage configuration. # storage: # s3: # endpoint: "http://custom-s3-endpoint" @@ -305,6 +310,7 @@ config: # access_key: "my-azure-blob-access-key" default_index_root_uri: s3://quickwit/indexes + # Indexer settings # indexer: # split_store_max_num_bytes: 200G