Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a9f7366

Browse filesBrowse files
committed
statement_timeout default value
1 parent f73e372 commit a9f7366
Copy full SHA for a9f7366

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎charts/pgcat/templates/secret.yaml

Copy file name to clipboardExpand all lines: charts/pgcat/templates/secret.yaml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.