From 9df19081b29ce7110065d26f8276c87041884a59 Mon Sep 17 00:00:00 2001 From: Sunny Date: Thu, 18 Jan 2018 11:42:23 +0530 Subject: [PATCH] pv: enable yaml syntax highlighting --- docs/concepts/storage/persistent-volumes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/concepts/storage/persistent-volumes.md b/docs/concepts/storage/persistent-volumes.md index 0643f1a362..0c4df375e0 100644 --- a/docs/concepts/storage/persistent-volumes.md +++ b/docs/concepts/storage/persistent-volumes.md @@ -475,7 +475,7 @@ spec: Static provisioning support for Raw Block Volumes is included as an alpha feature for v1.9. With this change are some new API fields that need to be used to facilitate this functionality. Currently, Fibre Channel is the only supported plugin for this feature. ### Persistent Volumes using a Raw Block Volume -``` +```yaml apiVersion: v1 kind: PersistentVolume metadata: @@ -493,7 +493,7 @@ spec: readOnly: false ``` ### Persistent Volume Claim requesting a Raw Block Volume -``` +```yaml apiVersion: v1 kind: PersistentVolumeClaim metadata: @@ -507,7 +507,7 @@ spec: storage: 10Gi ``` ### Pod specification adding Raw Block Device path in container -``` +```yaml apiVersion: v1 kind: Pod metadata: