Skip to content

Commit

Permalink
Merge pull request #644 from marcbachmann/master-1
Browse files Browse the repository at this point in the history
Fix `operator` typo in log message
  • Loading branch information
ese authored Aug 17, 2023
2 parents bb8eed1 + 57d0524 commit 25ed922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operator/redisfailover/service/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ func (r *RedisFailoverChecker) CheckIfMasterLocalhost(rFailover *redisfailoverv1
}
}
if lhmaster == len(redisIps) {
r.logger.Infof("all available redis configured localhost as master , opertor must heal")
r.logger.Infof("all available redis configured localhost as master , operator must heal")
return true, nil
}
r.logger.Infof("atleast one pod does not have localhost as master , opertor should not heal")
r.logger.Infof("atleast one pod does not have localhost as master , operator should not heal")
return false, nil
}

Expand Down

0 comments on commit 25ed922

Please sign in to comment.