From 4b08b70a7f780f05622b14cc2b2ce65c02bb021b Mon Sep 17 00:00:00 2001 From: Mohse Morad Date: Thu, 15 May 2025 15:28:44 +0300 Subject: [PATCH] Fix pod evicted enricher nodes table --- playbooks/robusta_playbooks/pod_evicted_enrichments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/robusta_playbooks/pod_evicted_enrichments.py b/playbooks/robusta_playbooks/pod_evicted_enrichments.py index fd44fac9a..10bc56c9c 100644 --- a/playbooks/robusta_playbooks/pod_evicted_enrichments.py +++ b/playbooks/robusta_playbooks/pod_evicted_enrichments.py @@ -57,4 +57,4 @@ def pod_evicted_enricher(event: PodEvent): event.add_finding(finding) running_nodes_table = get_node_running_pods_table_block_or_none(node) - event.add_enrichment(running_nodes_table) + event.add_enrichment([running_nodes_table])