Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel committed Dec 18, 2024
1 parent 4d90830 commit 33fdda8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions charts/paradedb/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,9 @@ spec:
synchronous:
{{- toYaml . | nindent 6 }}
{{ end }}
{{- with .Values.cluster.postgresql.parameters }}
parameters:
{{- with .Values.cluster.postgresql.parameters }}
{{- toYaml . | nindent 6 }}
{{ end }}
{{- toYaml . | nindent 6 }}
cron.database_name: postgres
{{ end }}

Expand Down

0 comments on commit 33fdda8

Please sign in to comment.