From b83148f6265aca97bf35e9bd2fd70279fc41bb8f Mon Sep 17 00:00:00 2001 From: Xun Jiang Date: Thu, 13 Mar 2025 16:45:53 +0800 Subject: [PATCH] Fix the JSON format error in the repository-maitenance.md Signed-off-by: Xun Jiang --- site/content/docs/main/repository-maintenance.md | 2 +- site/content/docs/v1.15/repository-maintenance.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/main/repository-maintenance.md b/site/content/docs/main/repository-maintenance.md index 3223cffba..0841c9d22 100644 --- a/site/content/docs/main/repository-maintenance.md +++ b/site/content/docs/main/repository-maintenance.md @@ -63,7 +63,7 @@ The sample of the ```repo-maintenance-job-configmap``` ConfigMap for the above s cat < repo-maintenance-job-config.json { "global": { - podResources: { + "podResources": { "cpuRequest": "100m", "cpuLimit": "200m", "memoryRequest": "100Mi", diff --git a/site/content/docs/v1.15/repository-maintenance.md b/site/content/docs/v1.15/repository-maintenance.md index 8c712a9d7..a6e617223 100644 --- a/site/content/docs/v1.15/repository-maintenance.md +++ b/site/content/docs/v1.15/repository-maintenance.md @@ -63,7 +63,7 @@ The sample of the ```repo-maintenance-job-configmap``` ConfigMap for the above s cat < repo-maintenance-job-config.json { "global": { - podResources: { + "podResources": { "cpuRequest": "100m", "cpuLimit": "200m", "memoryRequest": "100Mi",