Move guestShutdownStops up one level.
This commit is contained in:
parent
b207e0226f
commit
e25358085f
3 changed files with 12 additions and 9 deletions
|
|
@ -45,6 +45,9 @@ data:
|
|||
updateTemplate: ${ cr.spec.runnerTemplate.update.asBoolean?c }
|
||||
</#if>
|
||||
|
||||
# Whether a shutdown initiated by the guest stops the pod deployment
|
||||
guestShutdownStops: ${ cr.spec.guestShutdownStops!false?c }
|
||||
|
||||
# Forward the cloud-init data if provided
|
||||
<#if cr.spec.cloudInit??>
|
||||
cloudInit:
|
||||
|
|
@ -63,8 +66,6 @@ data:
|
|||
</#if>
|
||||
</#if>
|
||||
|
||||
guestShutdownStops: ${ cr.spec.vm.guestShutdownStops!false?c }
|
||||
|
||||
# Define the VM (required)
|
||||
vm:
|
||||
# The VM's name (required)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue