From b2296d4fbfb7bc5f3b3e2d0cc5f82f754ccd1b80 Mon Sep 17 00:00:00 2001 From: David Jeffers Date: Sun, 23 Mar 2025 23:12:26 -0400 Subject: [PATCH] Can't null CPU limits, also, I put null in the wrong place --- clusterprism_halloween_values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clusterprism_halloween_values.yaml b/clusterprism_halloween_values.yaml index a5db2c5..0817f82 100644 --- a/clusterprism_halloween_values.yaml +++ b/clusterprism_halloween_values.yaml @@ -46,10 +46,9 @@ initContainers: resources: requests: - cpu: null + cpu: 200m memory: 200Mi limits: - cpu: 200m memory: 200Mi volumes: