We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757589f commit 127b6b7Copy full SHA for 127b6b7
pkg/deployment/deployment_inspector.go
@@ -45,7 +45,7 @@ func (d *Deployment) inspectDeployment(lastInterval time.Duration) time.Duration
45
ctx := context.Background()
46
47
// Is the deployment in failed state, if so, give up.
48
- if d.status.State == api.DeploymentStateFailed {
+ if d.status.Phase == api.DeploymentPhaseFailed {
49
log.Debug().Msg("Deployment is in Failed state.")
50
return nextInterval
51
}
0 commit comments