Skip to content

Commit

Permalink
Fix postgres num connection config.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Dec 23, 2023
1 parent 7ed4d19 commit b6cfcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/quickwit/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ data:
{{- if (.Values.config.postgres).max_num_connections }}
metastore:
postgres:
max_num_connections: .Values.config.postgres.max_num_connections
max_num_connections: {{ .Values.config.postgres.max_num_connections }}
{{- end }}

0 comments on commit b6cfcc9

Please sign in to comment.