Use correct action type
This commit is contained in:
parent
2b0ed1ab9f
commit
28f8bfc8ce
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue