Skip to content

Commit

Permalink
Added patch (#23206)
Browse files Browse the repository at this point in the history
  • Loading branch information
divyaac committed Sep 21, 2023
1 parent 6bbdda7 commit 6ef2a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/content/api-docs/system/lease-count-quotas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ millions of leases in an automated way, it is recommended to space out the creat
requests to that mount that are made with the specified role. The request will fail if
the auth mount does not have a concept of roles, or `path` is not an auth mount.
- `inheritable` `(bool: false)` - If set to `true` on a quota where `path` is set to a namespace,
all child namespaces of the specified path namespace will inherit the quota. The `inheritable` parameter cannot be set to
the same quota will be cumulatively applied to all child namespace. The `inheritable` parameter cannot be set to
`true` if the `path` does not specify a namespace. Only the quotas associated
with the root namespace are inheritable by default.

Expand Down
2 changes: 1 addition & 1 deletion website/content/api-docs/system/rate-limit-quotas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ the mount to restrict more specific API paths.
requests to that mount that are made with the specified role. The request will fail if
the auth mount does not have a concept of roles, or `path` is not an auth mount.
- `inheritable` `(bool: false)` - If set to `true` on a quota where `path` is set to a namespace,
all child namespaces of the specified path namespace will inherit the quota. The `inheritable`
the same quota will be cumulatively applied to all child namespace. The `inheritable`
parameter cannot be set to `true` if the `path` does not specify a namespace. Only quotas
associated with the root namespace quotas are inheritable by default.

Expand Down

0 comments on commit 6ef2a60

Please sign in to comment.