Skip to content

Commit

Permalink
Merge pull request #341 from ksimon1/backport-fix-fedora-name
Browse files Browse the repository at this point in the history
[backport] fix hardcoded fedora name in annotations
  • Loading branch information
ksimon1 authored Mar 22, 2021
2 parents 3b81481 + c900468 commit 0e1f4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/fedora.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ kind: Template
metadata:
name: {{ os }}-{{ item.workload }}-{{ item.flavor }}
annotations:
openshift.io/display-name: "Fedora 31+ VM"
openshift.io/display-name: "{{ lookup('osinfo', oslabels[0]).name }}+ VM"
description: >-
Template for Fedora 31 VM or newer.
Template for {{ lookup('osinfo', oslabels[0]).name }} VM or newer.
A PVC with the Fedora disk image must be available.
Recommended disk image:
https://download.fedoraproject.org/pub/fedora/linux/releases/32/Cloud/x86_64/images/Fedora-Cloud-Base-32-1.6.x86_64.qcow2
Expand Down

0 comments on commit 0e1f4b7

Please sign in to comment.