Merge pull request #9457 from hashicorp/ml4-patch-1

Update csi_plugin.mdx
This commit is contained in:
James Rasell
2020-11-27 11:32:44 +01:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ csi_plugin {
- `id` `(string: <required>)` - 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: <required>)` - One of `node`, `controller`, or