From 48dafa91933930049f51880236c100da9bd7001f Mon Sep 17 00:00:00 2001 From: Karel Simon Date: Thu, 2 Apr 2020 08:28:13 +0200 Subject: [PATCH] For UI purposes this PR changes name.os.template.kubevirt.io annotation to be in format: name.os.template.kubevirt.io/: or higher VM Signed-off-by: Karel Simon --- templates/_linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_linux.yaml b/templates/_linux.yaml index 72b61f6b..752ffe2a 100644 --- a/templates/_linux.yaml +++ b/templates/_linux.yaml @@ -16,7 +16,7 @@ /objects[0].spec.template.spec.networks {% for osl in oslabels %} - name.os.template.kubevirt.io/{{ osl }}: {{ lookup('osinfo', osl).name }} + name.os.template.kubevirt.io/{{ osl }}: {{ lookup('osinfo', oslabels[0]).name }} or higher VM {% endfor %} validations: |