Skip to content

Commit

Permalink
fix(vm): set min max for blockdevicerefs list (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Tishkov <pavel.tishkov@flant.com>
  • Loading branch information
fl64 authored Jun 17, 2024
1 parent e9c5b5d commit 25f5f29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crds/virtualmachine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,8 @@ spec:
blockDeviceRefs:
type: array
minItems: 1
maxItems: 16
description: |
List of block devices that can be mounted by disks belonging to the virtual machine.
The order of booting is determined by the order in the list.
Expand Down

0 comments on commit 25f5f29

Please sign in to comment.