Use two digit numbers for VMs.
This commit is contained in:
parent
084bdd1f46
commit
f0ebea5353
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: "vmoperator.jdrupes.org/v1"
|
||||||
kind: VirtualMachine
|
kind: VirtualMachine
|
||||||
metadata:
|
metadata:
|
||||||
namespace: vmop-dev
|
namespace: vmop-dev
|
||||||
name: test-vm<%= ${number} %>
|
name: test-vm<%= $(printf "%02d" ${number}) %>
|
||||||
annotations:
|
annotations:
|
||||||
argocd.argoproj.io/sync-wave: "20"
|
argocd.argoproj.io/sync-wave: "20"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue