Use two digit numbers for VMs.

This commit is contained in:
Michael Lipp 2025-03-14 12:33:59 +01:00
parent 084bdd1f46
commit f0ebea5353

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"