From 4d908304a7901456e38bdc8127c85f57688d0bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20No=C3=ABl?= Date: Wed, 18 Dec 2024 13:10:54 -0500 Subject: [PATCH] Fix rebasE --- charts/paradedb/templates/cluster.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/paradedb/templates/cluster.yaml b/charts/paradedb/templates/cluster.yaml index 1fe20c480..c6b569f6a 100644 --- a/charts/paradedb/templates/cluster.yaml +++ b/charts/paradedb/templates/cluster.yaml @@ -83,9 +83,8 @@ spec: synchronous: {{- toYaml . | nindent 6 }} {{ end }} - {{- with .Values.cluster.postgresql.parameters }} parameters: - {{ with .parameters }} + {{- with .Values.cluster.postgresql.parameters }} {{- toYaml . | nindent 6 }} {{ end }} cron.database_name: postgres