Skip to content

Commit

Permalink
Bug Fix: Parameter issue when cluster.postgresql.parameters is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev committed Nov 19, 2024
1 parent bdd27b8 commit e419f77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/paradedb/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ spec:
pg_ident:
{{- toYaml .pg_ident | nindent 6 }}
parameters:
# Required by pg_cron
{{ with .parameters }}
{{- toYaml . | nindent 6 }}
{{ end }}
cron.database_name: postgres
{{- toYaml .parameters | nindent 6 }}
{{ end }}

managed:
Expand Down

0 comments on commit e419f77

Please sign in to comment.