Skip to content

Commit 0b197ff

Browse files
committed
Replace 'template.openshift.io' with 'openshift.io'
openshift/origin#17922 (review)
1 parent 49712fa commit 0b197ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/templates/sample-test-app.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"description": "An example Perl application that serves static content. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/examples/README.md.",
99
"tags": "quickstart,perl",
1010
"iconClass": "icon-perl",
11-
"template.openshift.io/long-description": "This template defines resources needed to develop a simple application served by Perl, including a package Math::Round installation from cpan.",
12-
"template.openshift.io/provider-display-name": "Red Hat, Inc.",
13-
"template.openshift.io/documentation-url": "https://github.com/sclorg/s2i-perl-container",
14-
"template.openshift.io/support-url": "https://access.redhat.com"
11+
"openshift.io/long-description": "This template defines resources needed to develop a simple application served by Perl, including a package Math::Round installation from cpan.",
12+
"openshift.io/provider-display-name": "Red Hat, Inc.",
13+
"openshift.io/documentation-url": "https://github.com/sclorg/s2i-perl-container",
14+
"openshift.io/support-url": "https://access.redhat.com"
1515
}
1616
},
1717
"message": "The following service(s) have been created in your project: ${NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/examples/README.md.",

0 commit comments

Comments
 (0)