diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-01-17 15:41:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-17 15:41:06 -0800 |
| commit | 250162aa8edbfd1d83d90a548450791bd58072ea (patch) | |
| tree | a39803e30cafa83f92a503a69e5297f0e6886f98 | |
| parent | a67239367abad0223d6044a6d876fe10738a8ab8 (diff) | |
| parent | 1621bfd492b6e0ce6d5e6658dda350ad27fe4430 (diff) | |
Merge pull request #2930 from joaocc/patch-1
Updating text to be aligned with the latest spec
| -rw-r--r-- | contributors/design-proposals/storage/mount-options.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contributors/design-proposals/storage/mount-options.md b/contributors/design-proposals/storage/mount-options.md index 15b4b77b..56097269 100644 --- a/contributors/design-proposals/storage/mount-options.md +++ b/contributors/design-proposals/storage/mount-options.md @@ -72,7 +72,8 @@ metadata: provisioner: kubernetes.io/glusterfs parameters: type: gp2 - mountOptions: "auto_mount" +mountOptions: + - auto_mount ``` The mount option specified in Storage Class will be used while provisioning persistent volumes |
