Skip to content

Commit

Permalink
fix(): adding a label for eventTitle in events (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Puran Adhikari <[email protected]>
  • Loading branch information
PuranAdhikari authored Mar 8, 2023
1 parent 60b9687 commit 03ceccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/events/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ func (er *EventRecorder) RecordEvent(ctx context.Context, e *Event) error {
"sliceName": er.Slice,
"sliceProject": er.Project,
"reportingControllerName": event.ReportingController,
"eventTitle": event.Name,
},
Annotations: map[string]string{
"release": er.Version,
Expand Down

0 comments on commit 03ceccd

Please sign in to comment.