Skip to content

Commit

Permalink
Bug 1982170: Set also the summary operation when updating status (#480)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomáš Remeš <tremes@redhat.com>
  • Loading branch information
openshift-cherrypick-robot and tremes committed Aug 11, 2021
1 parent e7955cf commit 19b13a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controllerstatus/controllerstatus.go
Expand Up @@ -61,6 +61,7 @@ func (s *Simple) UpdateStatus(summary Summary) {
klog.V(2).Infof("name=%s healthy=%t reason=%s message=%s", s.Name, summary.Healthy, summary.Reason, summary.Message)
s.summary.Reason = summary.Reason
s.summary.Message = summary.Message
s.summary.Operation = summary.Operation
return
}
}
Expand Down

0 comments on commit 19b13a7

Please sign in to comment.