minor fix
This commit is contained in:
		
							parent
							
								
									ce28bf1cc4
								
							
						
					
					
						commit
						a1f90d4a32
					
				|  | @ -427,7 +427,7 @@ func (c *Cluster) updateService(role PostgresRole, newService *v1.Service) error | ||||||
| 						return true, nil | 						return true, nil | ||||||
| 					} | 					} | ||||||
| 					return false, err2 | 					return false, err2 | ||||||
| 				})return | 				}) | ||||||
| 			if err != nil { | 			if err != nil { | ||||||
| 				return fmt.Errorf("could not delete endpoint %q: %v", currentEndpoint, err) | 				return fmt.Errorf("could not delete endpoint %q: %v", currentEndpoint, err) | ||||||
| 			} | 			} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue