Skip to content

Commit a9f7366

Browse files
committed
statement_timeout default value
1 parent f73e372 commit a9f7366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/pgcat/templates/secret.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ stringData:
6161
username = {{ $user.username | quote }}
6262
password = {{ $user.password | quote }}
6363
pool_size = {{ $user.pool_size }}
64-
statement_timeout = {{ $user.statement_timeout }}
64+
statement_timeout = {{ default 0 $user.statement_timeout }}
6565
min_pool_size = {{ default 3 $user.min_pool_size }}
66-
{{- if $user.server_lifetime}}
66+
{{- if $user.server_lifetime }}
6767
server_lifetime = {{ $user.server_lifetime }}
6868
{{- end }}
6969
{{- if and $user.server_username $user.server_password }}

0 commit comments

Comments
 (0)