diff --git a/pkg/cluster/resources.go b/pkg/cluster/resources.go index b8ea245d3..73edb53b2 100644 --- a/pkg/cluster/resources.go +++ b/pkg/cluster/resources.go @@ -385,9 +385,8 @@ func (c *Cluster) updateService(role PostgresRole, newService *v1.Service) ([]Ac }, nil } - // update the service annotation in order to propagate ELB notation. return []Action{ - CreateService{ + UpdateService{ ActionData{ namespace: serviceName.Namespace, },