Fix the indentation and lang of the code block on concepts/storage/volume-snapshots.

This commit is contained in:
TAKAHASHI Shuuji
2020-08-10 11:40:41 +09:00
parent bb7c4de5f8
commit e806ba5207
@@ -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. 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 apiVersion: snapshot.storage.k8s.io/v1beta1
kind: VolumeSnapshot kind: VolumeSnapshot
metadata: metadata:
name: test-snapshot name: test-snapshot
spec: spec:
source: source:
volumeSnapshotContentName: test-content volumeSnapshotContentName: test-content
``` ```
## Volume Snapshot Contents ## Volume Snapshot Contents