We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb73a17 commit 5ae1624Copy full SHA for 5ae1624
dev-example/gen-pool-vm-crds
@@ -41,7 +41,7 @@ for number in $(seq 1 $count); do
41
if [ -z "$prefix" ]; then
42
prefix=$(basename $template .tpl.yaml)
43
fi
44
- name="$prefix$number"
+ name="$prefix$(printf %03d $number)"
45
index=$(($number - 1))
46
esh -o $destination/$name.yaml $template number=$number index=$index
47
done
0 commit comments