From b7ea16071b7e6dc2fda923f7446009156ef2cd59 Mon Sep 17 00:00:00 2001 From: Jirka Kremser Date: Thu, 2 Jul 2026 11:54:54 +0200 Subject: [PATCH] The example was noop (30megs -> 30 megs) Signed-off-by: Jirka Kremser --- test-data/resources/prp.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test-data/resources/prp.yaml b/test-data/resources/prp.yaml index 1398e0b..ffbdc4b 100644 --- a/test-data/resources/prp.yaml +++ b/test-data/resources/prp.yaml @@ -18,7 +18,7 @@ spec: image: nginx resources: requests: - memory: 30M + memory: 50M cpu: 50m limits: memory: 500M @@ -38,4 +38,5 @@ spec: delay: 30s newResources: requests: - memory: 30M \ No newline at end of file + memory: 30M +