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",