Skip to content

Commit

Permalink
Fixed the typo
Browse files Browse the repository at this point in the history
Signed-off-by: anisha.kj <[email protected]>
  • Loading branch information
anishakj committed Oct 10, 2023
1 parent 3986b90 commit 58724d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ func (r *PravegaClusterReconciler) syncSegmentStoreVersion(p *pravegav1beta1.Pra
return false, err
}
if *sts.Spec.Replicas == (int32)(len(pods)) {
log.Infof("All segmentstore pods are upadted")
log.Infof("All segmentstore pods are updated")
return false, nil
}
return false, fmt.Errorf("could not obtain outdated pod")
Expand Down

0 comments on commit 58724d4

Please sign in to comment.