From acf6580bb4a1f2e786c5d06c85028db83b0bf079 Mon Sep 17 00:00:00 2001 From: Danielle Date: Mon, 16 Sep 2019 10:05:50 -0700 Subject: [PATCH] docs: Mark `volume` `source` as required Co-Authored-By: Michael Schurter --- website/source/docs/job-specification/volume.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/volume.html.md b/website/source/docs/job-specification/volume.html.md index 4b16d343c..6561baefa 100644 --- a/website/source/docs/job-specification/volume.html.md +++ b/website/source/docs/job-specification/volume.html.md @@ -49,7 +49,7 @@ The Nomad client will make the volumes available to tasks according to the - `type` `(string: "")` - Specifies the type of a given volume. Currently the only possible volume type is `"host"`. -- `source` `(string: "")` - The name of the volume to request. When using +- `source` `(string: )` - The name of the volume to request. When using `host_volume`'s this should match the published name of the host volume. - `read_only` `(bool: false)` - Specifies that the group only requires read only