Merge branch 'main' into testing
This commit is contained in:
commit
a1a40304c7
12 changed files with 42 additions and 15 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue