From 6d1506bfd95e57b576ad1d5b193372dd74c1f370 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Thu, 9 Jan 2025 16:09:42 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Aimee Ukasick --- .../docs/other-specifications/namespace.mdx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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