Skip to content

Commit e4bb19e

Browse files
committed
fix snapshot crd
1 parent 029de23 commit e4bb19e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-20 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)