From 60c101d780826a77d996e35f85f4c972478b0fe1 Mon Sep 17 00:00:00 2001 From: Adwait Godbole Date: Thu, 8 May 2025 17:15:17 +0530 Subject: [PATCH] prometheus: fix invalid cpuQuery and memoryQuery Signed-off-by: Adwait Godbole --- prometheus/src/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prometheus/src/index.tsx b/prometheus/src/index.tsx index 0ef73941c..a13a06bed 100644 --- a/prometheus/src/index.tsx +++ b/prometheus/src/index.tsx @@ -15,8 +15,8 @@ function PrometheusMetrics(resource: DetailsViewSectionProps) { if (resource.kind === 'Pod' || resource.kind === 'Job' || resource.kind === 'CronJob') { return (