minor fix to pooler TLS support (#2216)

This commit is contained in:
Felix Kunde 2023-02-10 17:20:59 +01:00 committed by GitHub
parent 933b45aba0
commit 1d5bc2396a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ func (c *Cluster) generateConnectionPoolerPodTemplate(role PostgresRole) (
crtFile = "tls.crt"
}
if keyFile == "" {
crtFile = "tls.key"
keyFile = "tls.key"
}
envVars = append(