Skip to content

Commit

Permalink
Update event_enrichments.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn authored Jan 2, 2025
1 parent 73b6017 commit c9238a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/robusta_playbooks/event_enrichments.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def resource_events_enricher(event: KubernetesResourceEvent, params: ExtendedEve
[
EventsBlock(
events=events_row,
table_name=f"{kind} Events*",
table_name=f"{kind} Events",
column_renderers={"time": RendererType.DATETIME},
headers=["reason", "type", "time", "kind", "name", "message"],
rows=rows,
Expand Down

0 comments on commit c9238a8

Please sign in to comment.