Skip to content

Commit 8af6d71

Browse files
authored
Fix pod evicted enricher nodes table (#1819)
1 parent 83132dc commit 8af6d71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playbooks/robusta_playbooks/pod_evicted_enrichments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ def pod_evicted_enricher(event: PodEvent):
5757
event.add_finding(finding)
5858

5959
running_nodes_table = get_node_running_pods_table_block_or_none(node)
60-
event.add_enrichment(running_nodes_table)
60+
event.add_enrichment([running_nodes_table])

0 commit comments

Comments
 (0)