From f50a4af46c9fd425bf8f6d26020dda004f87b496 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Thu, 14 Sep 2023 09:57:20 +0200 Subject: [PATCH] Namespace can be set for development. --- org.jdrupes.vmoperator.runner.qemu/config-sample.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org.jdrupes.vmoperator.runner.qemu/config-sample.yaml b/org.jdrupes.vmoperator.runner.qemu/config-sample.yaml index 3e18871..461e79b 100644 --- a/org.jdrupes.vmoperator.runner.qemu/config-sample.yaml +++ b/org.jdrupes.vmoperator.runner.qemu/config-sample.yaml @@ -22,6 +22,11 @@ # the first time. Subsequent starts use the copy unless this option is set. # "updateTemplate": false + # The namespace that this runner runs in. Usually obtained from + # /var/run/secrets/kubernetes.io/serviceaccount/namespace. Should only + # be set when starting the runner during development e.g. from the IDE. + # "namespace": ... + # Define the VM (required) "vm": # The VM's name (required)