Merge branch 'main' into testing

This commit is contained in:
Michael Lipp 2025-03-14 18:41:00 +01:00
commit a1a40304c7
12 changed files with 42 additions and 15 deletions

View file

@ -2,7 +2,7 @@ apiVersion: "vmoperator.jdrupes.org/v1"
kind: VirtualMachine
metadata:
namespace: vmop-dev
name: test-vm<%= ${number} %>
name: test-vm<%= $(printf "%02d" ${number}) %>
annotations:
argocd.argoproj.io/sync-wave: "20"
@ -13,6 +13,9 @@ spec:
# source: docker-registry.lan.mnl.de/vmoperator/org.jdrupes.vmoperator.runner.qemu-arch:feature-pools
pullPolicy: Always
runnerTemplate:
update: true
permissions:
- role: admin
may: