We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83132dc commit 8af6d71Copy full SHA for 8af6d71
1 file changed
playbooks/robusta_playbooks/pod_evicted_enrichments.py
@@ -57,4 +57,4 @@ def pod_evicted_enricher(event: PodEvent):
57
event.add_finding(finding)
58
59
running_nodes_table = get_node_running_pods_table_block_or_none(node)
60
- event.add_enrichment(running_nodes_table)
+ event.add_enrichment([running_nodes_table])
0 commit comments