Skip to content

Commit ba22f1b

Browse files
authored
fix(vm): set max embedded cloud-init block size (#1083)
Signed-off-by: Pavel Tishkov <pavel.tishkov@flant.com>
1 parent 7d591da commit ba22f1b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crds/virtualmachines.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ spec:
7474
7575
[More information about `cloud-init` and configuration examples](https://cloudinit.readthedocs.io/en/latest/reference/examples.html).
7676
type: string
77+
maxLength: 2048
78+
7779
userDataRef:
7880
description: |
7981
Link to an existing resource with the `cloud-init` scenario.

0 commit comments

Comments
 (0)