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