updates docs

This commit is contained in:
Owen Smallwood
2025-12-09 16:06:49 -06:00
parent e492b430a3
commit 9199643457
+5 -4
View File
@@ -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
<NAMESPACE>:
quotas:
<GROUP>.<RESOURCE>:
limit: 10
overrides:
<NAMESPACE>:
quotas:
<GROUP>.<RESOURCE>:
limit: 10
```
Unless otherwise set, the NAMESPACE when running locally is `default`.