Skip to content

Commit

Permalink
Update operator/redisfailover/checker.go
Browse files Browse the repository at this point in the history
Co-Authored-By: fixmie[bot] <44270338+fixmie[bot]@users.noreply.github.com>
  • Loading branch information
chusAlvarez and fixmie[bot] authored Nov 25, 2019
1 parent 6aada9c commit 0a22fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/redisfailover/checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
timeToPrepare = 2 * time.Minute
)

//Checks if the running version of pods are equal to the statefulset one
//UpdateRedisesPods if the running version of pods are equal to the statefulset one
func (r *RedisFailoverHandler) UpdateRedisesPods(rf *redisfailoverv1.RedisFailover) error {
redises, err := r.rfChecker.GetRedisesIPs(rf)
if err != nil {
Expand Down

0 comments on commit 0a22fed

Please sign in to comment.