From 5c4eb66c3a78ae824bcbdeac30fadfecab7f681d Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Wed, 25 Sep 2024 01:18:28 +0300 Subject: [PATCH] Fixed missing comments in the documentation 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 8398c74d1..6c51b10c5 100644 --- a/charts/cluster/values.yaml +++ b/charts/cluster/values.yaml @@ -245,8 +245,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