From f6eb44e47bae64a9bda33eefbcc7c92e9ae34aa0 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Tue, 15 Oct 2024 22:21:19 +0300 Subject: [PATCH] Fixed missing comments in the documentation (#401) Signed-off-by: Itay Grudev --- charts/cluster/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/cluster/values.yaml b/charts/cluster/values.yaml index 55bb94472..8a31a1470 100644 --- a/charts/cluster/values.yaml +++ b/charts/cluster/values.yaml @@ -259,8 +259,10 @@ cluster: # -- PostgreSQL Host Based Authentication rules (lines to be appended to the pg_hba.conf file) pg_hba: [] # - host all all 10.244.0.0/16 md5 + # -- PostgreSQL User Name Maps rules (lines to be appended to the pg_ident.conf file) pg_ident: [] # - mymap /^(.*)@mydomain\.com$ \1 + # -- Lists of shared preload libraries to add to the default ones shared_preload_libraries: [] # - pgaudit