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`.