You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,7 +27,6 @@ Configure a virtual machine for use with Kubevirt
27
27
| cloudinit.boot_cmd | list |`[]`| Run arbitrary commands early in the boot process See https://cloudinit.readthedocs.io/en/latest/reference/modules.html#bootcmd|
28
28
| cloudinit.ca_certs | list |`[]`| Add CA certificates See https://cloudinit.readthedocs.io/en/latest/reference/modules.html#ca-certificates|
29
29
| cloudinit.debug | bool |`false`| when enabled job sleeps to allow user to exec into the container |
30
-
| cloudinit.debug | bool |`false`| when enabled job sleeps to allow user to exec into the container |
| cloudinit.envsubst | bool |`true`| Run envsubst against bootcmd and runcmd fields at the beginning of templating Not an official part of cloid-init |
33
32
| cloudinit.existingConfigMap | bool |`false`| Dont recreate script configmap. Set to true when keeping multiple cloud-init secrets in the same namespace |
@@ -53,7 +52,7 @@ Configure a virtual machine for use with Kubevirt
53
52
| cloudinit.write_files | list |`[]`| Write arbitrary files to disk. Files my be provided as plain-text or downloaded from a url See https://cloudinit.readthedocs.io/en/latest/reference/modules.html#write-files|
54
53
| diskErrorPolicy | string |`"report"`| controls hypervisor behavior when I/O errors occur on disk read or write. Possible values are: 'report', 'ignore', 'enospace' |
55
54
| disks | list |`[{"bootorder":2,"bus":"virtio","image":"quay.io/containerdisks/debian:13","name":"harddrive","readonly":false,"type":"disk"}]`| List of disks to create for the VM, Will be used to create Datavolumes or PVCs. |
0 commit comments