docs: fix placement for `scaling` and `csi_plugin` (#13892)

This commit is contained in:
Scott Holodak 2022-07-25 10:06:59 -04:00 committed by GitHub
parent 7d90d22956
commit 12ef89a61a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ description: >-
# `csi_plugin` Stanza
<Placement groups={['job', 'group', 'task', 'volume']} />
<Placement groups={['job', 'group', 'task', 'csi_plugin']} />
The "csi_plugin" stanza allows the task to specify it provides a
Container Storage Interface plugin to the cluster. Nomad will

View File

@ -8,8 +8,8 @@ description: The "scaling" stanza allows specifying scaling policy for a task gr
<Placement
groups={[
['job', 'group'],
['job', 'group', 'task'],
['job', 'group', 'scaling'],
['job', 'group', 'task', 'scaling'],
]}
/>