Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: pingjiang <xiangpingjiang1998@gmail.com>
  • Loading branch information
xiangpingjiang committed Aug 20, 2023
1 parent bd5f7bf commit ea1ad54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/sidecarset/sidecarset_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (p *Processor) UpdateSidecarSet(sidecarSet *appsv1alpha1.SidecarSet) (recon
return reconcile.Result{}, err
}

// chek if pod finish sidecar container upgrade
// check if pod finish sidecar container upgrade
for _, pod := range pods {
if sidecarcontrol.IsPodFinishSiderCarContainersUpdate(pod, sidecarSet) && sidecarcontrol.GetPodSidecarSetHashState(pod, sidecarSet) != "Normal" {
sidecarcontrol.UpdatePodSidecarSetHashState(pod, sidecarSet)
Expand Down

0 comments on commit ea1ad54

Please sign in to comment.