# The template to use. Resolved relative to /usr/share/vmrunner/templates.
# "template": "Standard-VM-latest.ftl.yaml"
# The template is copied to the data diretory when the VM starts for
# the first time. Subsequent starts use the copy unless this option is set.
"updateTemplate": true
# Define the VM (required)
"vm":
# The VM's name (required)
"name": "{{ .Release.Name }}"
# The machine's uuid. If none is specified, a uuid is generated
# and stored in the data directory. If the uuid is important
# (e.g. because licenses depend on it) it is recommaned to specify
# it here explicitly or to carefully backup the data directory.
{{- if hasKey .Values.vm "machineUuid" }}
"uuid": "{{ .Values.vm.machineUuid }}"
{{- end }}
# Whether to provide a software TPM (defaults to false)
"useTpm": {{.Values.vm.useTpm }}
# How to boot (see https://github.com/mnlipp/VM-Operator/blob/main/org.jdrupes.vmoperator.runner.qemu/resources/org/jdrupes/vmoperator/runner/qemu/defaults.yaml):