From c5257634c362cbdda2d1ac1e86047afce9bc37c6 Mon Sep 17 00:00:00 2001 From: Mostafa Abdelraouf Date: Fri, 30 Aug 2024 08:04:51 -0500 Subject: [PATCH] more lint changes --- charts/pgcat/values.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/charts/pgcat/values.yaml b/charts/pgcat/values.yaml index d3e905b..e87c576 100644 --- a/charts/pgcat/values.yaml +++ b/charts/pgcat/values.yaml @@ -240,7 +240,15 @@ configuration: ## the pool_name is what clients use as database name when connecting ## For the example below a client can connect using "postgres://sharding_user:sharding_user@pgcat_host:pgcat_port/sharded" ## @param [object] - pools: [] + pools: + [{ + name: "simple", pool_mode: "transaction", + users: [{username: "user", password: "pass", pool_size: 5, statement_timeout: 0}], + shards: [{ + servers: [{host: "postgres", port: 5432, role: "primary"}], + database: "postgres" + }] + }] # - ## default values # ## # ##