Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aimee Ukasick <[email protected]>
  • Loading branch information
tgross and aimeeu committed Jan 17, 2025
1 parent e86e1e1 commit 6d1506b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions website/content/docs/other-specifications/namespace.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,19 @@ consul {
dynamic host volumes in this namespace that don't define a node pool in their
specification.

- `allowed` `(array<string>: 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<string>: 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<string>: 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<string>: 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 <EnterpriseAlert inline />

Expand Down

0 comments on commit 6d1506b

Please sign in to comment.