We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73e372 commit a9f7366Copy full SHA for a9f7366
charts/pgcat/templates/secret.yaml
@@ -61,9 +61,9 @@ stringData:
61
username = {{ $user.username | quote }}
62
password = {{ $user.password | quote }}
63
pool_size = {{ $user.pool_size }}
64
- statement_timeout = {{ $user.statement_timeout }}
+ statement_timeout = {{ default 0 $user.statement_timeout }}
65
min_pool_size = {{ default 3 $user.min_pool_size }}
66
- {{- if $user.server_lifetime}}
+ {{- if $user.server_lifetime }}
67
server_lifetime = {{ $user.server_lifetime }}
68
{{- end }}
69
{{- if and $user.server_username $user.server_password }}
0 commit comments