mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Add Travis CI build
This commit is contained in:
@@ -51,7 +51,7 @@ func (c *Controller) advanceDeploymentRollout(name string, namespace string) {
|
||||
|
||||
// skip HTTP error rate check when no traffic is routed to canary
|
||||
if canaryRoute.Weight == 0 {
|
||||
c.recordEventInfof(r, "Stating rollout for %s.%s", r.Name, r.Namespace)
|
||||
c.recordEventInfof(r, "Starting rollout for %s.%s", r.Name, r.Namespace)
|
||||
} else {
|
||||
if ok := c.checkDeploymentSuccessRate(r); !ok {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user