From f4de98a4077e16cc2f5ae276035807c0480b9d1f Mon Sep 17 00:00:00 2001 From: Yannic Remmet-Zarotiadis Date: Wed, 16 Oct 2024 10:49:06 +0200 Subject: [PATCH] remove remove unnecessary whitespaces remove unnecessary whitespaces Signed-off-by: Yannic Remmet-Zarotiadis --- charts/cluster/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/cluster/values.yaml b/charts/cluster/values.yaml index 3457ed0b2..0d8758d99 100644 --- a/charts/cluster/values.yaml +++ b/charts/cluster/values.yaml @@ -160,8 +160,9 @@ cluster: # -- The GID of the postgres user inside the image, defaults to 26 postgresGID: -1 - services: {} # -- Customization of service definions. Please refer to https://cloudnative-pg.io/documentation/1.24/service_management/ - + # -- Customization of service definions. Please refer to https://cloudnative-pg.io/documentation/1.24/service_management/ + services: {} + # -- Resources requirements of every generated Pod. # Please refer to https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more information. # We strongly advise you use the same setting for limits and requests so that your cluster pods are given a Guaranteed QoS.