From e806ba520702a8211caeadb0f7dda4f0860325fe Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Mon, 10 Aug 2020 11:40:41 +0900 Subject: [PATCH] Fix the indentation and lang of the code block on concepts/storage/volume-snapshots. --- content/en/docs/concepts/storage/volume-snapshots.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/storage/volume-snapshots.md b/content/en/docs/concepts/storage/volume-snapshots.md index a6cc122086..51da1b05ae 100644 --- a/content/en/docs/concepts/storage/volume-snapshots.md +++ b/content/en/docs/concepts/storage/volume-snapshots.md @@ -94,14 +94,14 @@ using the attribute `volumeSnapshotClassName`. If nothing is set, then the defau For pre-provisioned snapshots, you need to specify a `volumeSnapshotContentName` as the source for the snapshot as shown in the following example. The `volumeSnapshotContentName` source field is required for pre-provisioned snapshots. -``` +```yaml apiVersion: snapshot.storage.k8s.io/v1beta1 kind: VolumeSnapshot metadata: name: test-snapshot spec: source: - volumeSnapshotContentName: test-content + volumeSnapshotContentName: test-content ``` ## Volume Snapshot Contents