From b207e0226fa7b49b27e1fb370cca1c7b6eab0298 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Sun, 25 Feb 2024 17:22:06 +0100 Subject: [PATCH] Fix template error. --- .../org/jdrupes/vmoperator/manager/runnerConfig.ftl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.jdrupes.vmoperator.manager/resources/org/jdrupes/vmoperator/manager/runnerConfig.ftl.yaml b/org.jdrupes.vmoperator.manager/resources/org/jdrupes/vmoperator/manager/runnerConfig.ftl.yaml index d96a66be2..64822a590 100644 --- a/org.jdrupes.vmoperator.manager/resources/org/jdrupes/vmoperator/manager/runnerConfig.ftl.yaml +++ b/org.jdrupes.vmoperator.manager/resources/org/jdrupes/vmoperator/manager/runnerConfig.ftl.yaml @@ -63,7 +63,7 @@ data: - guestShutdownStops: ${ cr.spec.guestShutdownStops!false?string('true', 'false') } + guestShutdownStops: ${ cr.spec.vm.guestShutdownStops!false?c } # Define the VM (required) vm: