diff --git a/website/content/docs/other-specifications/namespace.mdx b/website/content/docs/other-specifications/namespace.mdx index c4a0cdea230..7d091ae2f7e 100644 --- a/website/content/docs/other-specifications/namespace.mdx +++ b/website/content/docs/other-specifications/namespace.mdx @@ -112,18 +112,19 @@ consul { dynamic host volumes in this namespace that don't define a node pool in their specification. -- `allowed` `(array: nil)` - Specifies the node pools that are allowed - to be used by jobs or dynamic host volumes in this namespace. By default, all +- `allowed` `(array: nil)` - Specifies the node pools that jobs or + dynamic host volumes in this namespace are allowed to use. By default, all node pools are allowed. If an empty list is provided only the namespace's default node pool is allowed. This field supports wildcard globbing through the use of `*` for multi-character matching. This field cannot be used with `denied`. -- `denied` `(array: nil)` - Specifies the node pools that are not - allowed to be used by jobs or dynamic host volumes in this namespace. This - field supports wildcard globbing through the use of `*` for multi-character - matching. If specified, any node pool is allowed to be used, except for those - that match any of these patterns. This field cannot be used with `allowed`. +- `denied` `(array: nil)` - Specifies the node pools that jobs or + dynamic host volumes in this namespace are not allowed to use. This field + supports wildcard globbing through the use of `*` for multi-character + matching. If specified, jobs and dynamic host volumes are allowed to use any + node pool, except for those that match any of these patterns. This field + cannot be used with `allowed`. ### `vault` Parameters