diff --git a/test/e2e/csi-plugin/block-storage.yaml b/test/e2e/csi-plugin/block-storage.yaml index 18e79095..ab55afe3 100644 --- a/test/e2e/csi-plugin/block-storage.yaml +++ b/test/e2e/csi-plugin/block-storage.yaml @@ -4,6 +4,9 @@ SnapshotClass: FromExistingClassName: "stackit" DriverInfo: Name: block-storage.csi.stackit.cloud + SupportedFsType: + ext4: {} + xfs: {} Capabilities: # whether to support RAW block mode block: true