From 54fc3303cfe578028bfabc9d5e1e78ec9d04d1cf Mon Sep 17 00:00:00 2001 From: Bernd Schorgers Date: Tue, 27 Aug 2024 15:12:35 +0200 Subject: [PATCH] docs: Fix typo in docs --- docs/common-library/howto/default-container-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/common-library/howto/default-container-options.md b/docs/common-library/howto/default-container-options.md index 0c5c139d..2f5e55ad 100644 --- a/docs/common-library/howto/default-container-options.md +++ b/docs/common-library/howto/default-container-options.md @@ -44,7 +44,7 @@ The expected `resources` field on the `main` container is expected to look like ```yaml resources: requests: - cpu: 150m + cpu: 100m ``` ### Merge @@ -79,5 +79,5 @@ The expected `resources` field on the `main` container is expected to look like resources: requests: memory: 1Gi - cpu: 150m + cpu: 100m ```