This commit is contained in:
parent
413f8f76dc
commit
639e315769
2 changed files with 7 additions and 0 deletions
|
|
@ -980,6 +980,10 @@ spec:
|
||||||
description: Copied to cloud-init's user-data file.
|
description: Copied to cloud-init's user-data file.
|
||||||
type: object
|
type: object
|
||||||
x-kubernetes-preserve-unknown-fields: true
|
x-kubernetes-preserve-unknown-fields: true
|
||||||
|
networkConfig:
|
||||||
|
description: Copied to cloud-init's network-config file.
|
||||||
|
type: object
|
||||||
|
x-kubernetes-preserve-unknown-fields: true
|
||||||
vm:
|
vm:
|
||||||
type: object
|
type: object
|
||||||
description: Defines the VM.
|
description: Defines the VM.
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,9 @@ data:
|
||||||
<#else>
|
<#else>
|
||||||
userData: {}
|
userData: {}
|
||||||
</#if>
|
</#if>
|
||||||
|
<#if cr.spec.cloudInit.networkConfig??>
|
||||||
|
networkConfig: ${ cr.spec.cloudInit.networkConfig.toString() }
|
||||||
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
# Define the VM (required)
|
# Define the VM (required)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue