Update pkg/controller/util.go
This commit is contained in:
parent
203fd36d97
commit
7edc14dfb3
|
|
@ -229,7 +229,9 @@ func (c *Controller) getInfrastructureRoles(
|
|||
continue
|
||||
}
|
||||
|
||||
roles = append(roles, infraRoles...)
|
||||
for _, r := range infraRoles {
|
||||
roles = append(roles, r)
|
||||
}
|
||||
}
|
||||
|
||||
for _, r := range roles {
|
||||
|
|
|
|||
Loading…
Reference in New Issue