From 91996434573610534befc54e790f2f0beea14383 Mon Sep 17 00:00:00 2001 From: Owen Smallwood Date: Tue, 9 Dec 2025 16:06:49 -0600 Subject: [PATCH] updates docs --- pkg/storage/unified/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkg/storage/unified/README.md b/pkg/storage/unified/README.md index bc07884745a..e8cf6598d19 100644 --- a/pkg/storage/unified/README.md +++ b/pkg/storage/unified/README.md @@ -295,10 +295,11 @@ overrides_reload_period = 5s To overrides the default quota for a tenant, add the following to the overrides.yaml file: ```yaml -: - quotas: - .: - limit: 10 +overrides: + : + quotas: + .: + limit: 10 ``` Unless otherwise set, the NAMESPACE when running locally is `default`.