Skip to content

Commit

Permalink
Fix event message (#1048)
Browse files Browse the repository at this point in the history
Signed-off-by: hossainemruz <[email protected]>
  • Loading branch information
hossainemruz authored Feb 11, 2020
1 parent 7bb2ae5 commit deeaaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/sidecar.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ func (c *StashController) handleSidecarDeletionSuccess(w *wapi.Workload) error {
w.Object,
core.EventTypeWarning,
eventer.EventReasonSidecarDeletionSucceeded,
fmt.Sprintf("Successfully stash sidecar from %s %s/%s.", w.Kind, w.Namespace, w.Name),
fmt.Sprintf("Successfully removed stash sidecar from %s %s/%s.", w.Kind, w.Namespace, w.Name),
)
return err2
}

0 comments on commit deeaaaf

Please sign in to comment.