docs: fix linter typos in docs

This commit is contained in:
Seth Hoenig
2020-10-08 13:01:33 -05:00
parent 080b2c4415
commit da344b184a
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ context {
- `mount_options` - Options for mounting `file-system` volumes that don't
already have a pre-formatted file system. Consult the documentation for your
storage provider and CSI plugin as to whether these options are required or
neccessary.
necessary.
- `fs_type`: file system type (ex. `"ext4"`)
- `mount_flags`: the flags passed to `mount` (ex. `"ro,noatime"`)

View File

@@ -59,7 +59,7 @@ the [volume_mount][volume_mount] stanza in the `task` configuration.
`file-system` [attachment mode]. These options override the `mount_options`
field from [volume registration]. Consult the documentation for your storage
provider and CSI plugin as to whether these options are required or
neccessary.
necessary.
- `fs_type`: file system type (ex. `"ext4"`)
- `mount_flags`: the flags passed to `mount` (ex. `"ro,noatime"`)