From 952872db395d0a5631f7d7ba980768cbc2c47753 Mon Sep 17 00:00:00 2001 From: Mark Lewis <56076038+ml4@users.noreply.github.com> Date: Fri, 27 Nov 2020 06:56:13 +0000 Subject: [PATCH] Update csi_plugin.mdx typo --- website/pages/docs/job-specification/csi_plugin.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/job-specification/csi_plugin.mdx b/website/pages/docs/job-specification/csi_plugin.mdx index 1be5ad276..84c6e4a73 100644 --- a/website/pages/docs/job-specification/csi_plugin.mdx +++ b/website/pages/docs/job-specification/csi_plugin.mdx @@ -28,7 +28,7 @@ csi_plugin { - `id` `(string: )` - This is the ID for the plugin. Some plugins will require both controller and node plugin types (see - below); you need to use the same ID for both so that Nomad knows the + below); you need to use the same ID for both so that Nomad knows they belong to the same plugin. - `type` `(string: )` - One of `node`, `controller`, or