Skip to content

Commit 0e2fd9d

Browse files
authored
Merge pull request #2549 from kubernetes-sigs/fix-snapshot-crd-illegal-char-1.32
[release-1.32] doc: fix snapshot crd illegal characters
2 parents c11f3cf + 8e7e89d commit 0e2fd9d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-25 Bytes
Binary file not shown.

charts/latest/azurefile-csi-driver/templates/crd-csi-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ spec:
643643
sourceVolumeMode:
644644
description: |-
645645
SourceVolumeMode is the mode of the volume whose snapshot is taken.
646-
Can be either Filesystem or Block.
646+
Can be either "Filesystem" or "Block".
647647
If not specified, it indicates the source volume's mode is unknown.
648648
This field is immutable.
649649
This field is an alpha field.

deploy/crd-csi-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ spec:
642642
sourceVolumeMode:
643643
description: |-
644644
SourceVolumeMode is the mode of the volume whose snapshot is taken.
645-
Can be either Filesystem or Block.
645+
Can be either "Filesystem" or "Block".
646646
If not specified, it indicates the source volume's mode is unknown.
647647
This field is immutable.
648648
This field is an alpha field.

0 commit comments

Comments
 (0)