From 8627fea21ac6b5e79fff75ae71c9856ef2aed932 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Mon, 24 Nov 2014 10:20:39 -0800 Subject: [PATCH] final fixes *sigh* --- docs/volumes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/volumes.md b/docs/volumes.md index e346c4ca638..056b066b4d9 100644 --- a/docs/volumes.md +++ b/docs/volumes.md @@ -81,10 +81,10 @@ desiredState: volumes: - name: testpd source: - - persistentDisk: - # This GCE PD must already exist and be formatted ext4 - pdName: test - fsType: ext4 + persistentDisk: + # This GCE PD must already exist and be formatted ext4 + pdName: test + fsType: ext4 id: testpd kind: Pod ```