Skip to content

Commit 1d5bc23

Browse files
authored
minor fix to pooler TLS support (zalando#2216)
1 parent 933b45a commit 1d5bc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cluster/connection_pooler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ func (c *Cluster) generateConnectionPoolerPodTemplate(role PostgresRole) (
352352
crtFile = "tls.crt"
353353
}
354354
if keyFile == "" {
355-
crtFile = "tls.key"
355+
keyFile = "tls.key"
356356
}
357357

358358
envVars = append(

0 commit comments

Comments
 (0)