docs: Add quota removal step to namespace apply (#9684)

This commit is contained in:
Kris Hicks
2020-12-18 10:55:31 -08:00
committed by GitHub
parent d8e9012d64
commit 5d3b32a65f

View File

@@ -36,9 +36,15 @@ If ACLs are enabled, this command requires a management ACL token.
## Examples
Create a namespace with a quota
Create a namespace with a quota:
```shell-session
$ nomad namespace apply -description "Prod API servers" -quota prod api-prod
Successfully applied namespace "api-prod"!
```
Remove a quota from a namespace:
```shell-session
$ nomad namespace apply -quota= api-prod
```