From ab0b05550f9fda41c96558b32d1c3f1de81eecd3 Mon Sep 17 00:00:00 2001 From: owensmallwood Date: Wed, 7 Jan 2026 13:35:33 -0600 Subject: [PATCH] Unified Storag: Fix readme (#115957) * fix readme * spelling --- pkg/storage/unified/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/storage/unified/README.md b/pkg/storage/unified/README.md index 36bc5b2cea7..aef27df8e05 100644 --- a/pkg/storage/unified/README.md +++ b/pkg/storage/unified/README.md @@ -293,15 +293,15 @@ overrides_path = overrides.yaml overrides_reload_period = 5s ``` -To overrides the default quota for a tenant, add the following to the overrides.yaml file: +To override the default quota for a tenant, add the following to the `overrides.yaml` file: ```yaml overrides: : quotas: - .: + /: limit: 10 ``` -Unless otherwise set, the NAMESPACE when running locally is `default`. +Unless otherwise set, the `NAMESPACE` when running locally is `default`. To access quotas, use the following API endpoint: ```