Skip to content

Commit

Permalink
🐛 Fix task failed not-killed.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Aug 7, 2023
1 parent d58e413 commit 8027f50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion task/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,10 @@ func (r *Task) Reflect(client k8s.Client) (err error) {
r.State = Failed
r.Terminated = &mark
}
default:
r.State = Failed
r.Terminated = &mark
}

}

return
Expand Down

0 comments on commit 8027f50

Please sign in to comment.