From c719724084954a5594b2ab48abeda56db28a5aa5 Mon Sep 17 00:00:00 2001 From: Aakcht Date: Wed, 26 Aug 2026 17:09:54 +0500 Subject: [PATCH] Fix documentation example for scheduler resources --- chart/docs/setting-resources-for-containers.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/docs/setting-resources-for-containers.rst b/chart/docs/setting-resources-for-containers.rst index fae0e32fbe439..397d032052c2c 100644 --- a/chart/docs/setting-resources-for-containers.rst +++ b/chart/docs/setting-resources-for-containers.rst @@ -44,10 +44,10 @@ For example, specifying resources for scheduler container: :caption: values.yaml scheduler: - resources: - limits: + resources: + limits: cpu: 1 memory: 1Gi - requests: + requests: cpu: 500m memory: 512Gi