minor fix to pooler TLS support (#2216)
This commit is contained in:
		
							parent
							
								
									933b45aba0
								
							
						
					
					
						commit
						1d5bc2396a
					
				| 
						 | 
				
			
			@ -352,7 +352,7 @@ func (c *Cluster) generateConnectionPoolerPodTemplate(role PostgresRole) (
 | 
			
		|||
			crtFile = "tls.crt"
 | 
			
		||||
		}
 | 
			
		||||
		if keyFile == "" {
 | 
			
		||||
			crtFile = "tls.key"
 | 
			
		||||
			keyFile = "tls.key"
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		envVars = append(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue