Skip to content

Commit

Permalink
For UI purposes this PR changes name.os.template.kubevirt.io annotation
Browse files Browse the repository at this point in the history
to be in format: name.os.template.kubevirt.io/<os_short_name>: <os_nice_name> or higher VM

Signed-off-by: Karel Simon <[email protected]>
  • Loading branch information
ksimon1 committed Apr 15, 2020
1 parent 8e57c11 commit 48dafa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 48dafa9

Please sign in to comment.