Skip to content

Commit

Permalink
Fix invalid vip data
Browse files Browse the repository at this point in the history
  • Loading branch information
guangbochen authored and gitlawr committed Nov 23, 2021
1 parent 81141c9 commit b7e562d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/master/setting/vip_pools_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (h *Handler) syncVipPoolsConfig(setting *harvesterv1.Setting) error {
}
} else {
vipConfigmapCpy := vipConfigmap.DeepCopy()
vipConfigmapCpy.Data = pools
vipConfigmapCpy.Data = poolsData
if _, err := h.configmaps.Update(vipConfigmapCpy); err != nil {
return err
}
Expand Down

0 comments on commit b7e562d

Please sign in to comment.