Skip to content

Commit e806ba5

Browse files
committed
Fix the indentation and lang of the code block on concepts/storage/volume-snapshots.
1 parent bb7c4de commit e806ba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/storage/volume-snapshots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ using the attribute `volumeSnapshotClassName`. If nothing is set, then the defau
9494

9595
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.
9696

97-
```
97+
```yaml
9898
apiVersion: snapshot.storage.k8s.io/v1beta1
9999
kind: VolumeSnapshot
100100
metadata:
101101
name: test-snapshot
102102
spec:
103103
source:
104-
volumeSnapshotContentName: test-content
104+
volumeSnapshotContentName: test-content
105105
```
106106

107107
## Volume Snapshot Contents

0 commit comments

Comments
 (0)