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: |