generated from phoenix-oss/tenant-tpl
you guessed it. More quotes.
This commit is contained in:
parent
160759dbd2
commit
67e8e5c0da
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ apiVersion: template.openshift.io/v1
|
||||||
kind: Template
|
kind: Template
|
||||||
metadata:
|
metadata:
|
||||||
name: windows-server-2022-small
|
name: windows-server-2022-small
|
||||||
namespace: ${TENANT_NAMESPACE}
|
namespace: '${TENANT_NAMESPACE}'
|
||||||
labels:
|
labels:
|
||||||
template.kubevirt.io/type: 'vm'
|
template.kubevirt.io/type: 'vm'
|
||||||
os.template.kubevirt.io/win2k22: 'true'
|
os.template.kubevirt.io/win2k22: 'true'
|
||||||
|
@ -16,7 +16,7 @@ objects:
|
||||||
- apiVersion: kubevirt.io/v1
|
- apiVersion: kubevirt.io/v1
|
||||||
kind: VirtualMachine
|
kind: VirtualMachine
|
||||||
metadata:
|
metadata:
|
||||||
name: ${NAME}
|
name: '${NAME}'
|
||||||
annotations:
|
annotations:
|
||||||
description: Windows Server 2022 VM Demo
|
description: Windows Server 2022 VM Demo
|
||||||
labels:
|
labels:
|
||||||
|
@ -49,7 +49,7 @@ objects:
|
||||||
- masquerade: {}
|
- masquerade: {}
|
||||||
model: virtio
|
model: virtio
|
||||||
name: default
|
name: default
|
||||||
networkInterfaceMultiqueue: 'true'
|
networkInterfaceMultiqueue: true
|
||||||
rng: {}
|
rng: {}
|
||||||
features:
|
features:
|
||||||
acpi: {}
|
acpi: {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue