Skip to content

Commit d467694

Browse files
authored
Merge pull request #3 from sclorg/staging
Replace 'template.openshift.io' with 'openshift.io'
2 parents 6832221 + 6c90628 commit d467694

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openshift/templates/nginx.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"description": "An example Nginx HTTP server and a reverse proxy (nginx) application that serves static content. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/nginx-ex/blob/master/README.md.",
99
"tags": "quickstart,nginx",
1010
"iconClass": "icon-nginx",
11-
"template.openshift.io/long-description": "This template defines resources needed to develop a static application served by Nginx HTTP server and a reverse proxy (nginx), including a build configuration and application deployment configuration.",
12-
"template.openshift.io/provider-display-name": "Red Hat, Inc.",
13-
"template.openshift.io/documentation-url": "https://github.com/sclorg/nginx-ex",
14-
"template.openshift.io/support-url": "https://access.redhat.com"
11+
"openshift.io/long-description": "This template defines resources needed to develop a static application served by Nginx HTTP server and a reverse proxy (nginx), including a build configuration and application deployment configuration.",
12+
"openshift.io/provider-display-name": "Red Hat, Inc.",
13+
"openshift.io/documentation-url": "https://github.com/sclorg/nginx-ex",
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/nginx-ex/blob/master/README.md.",

0 commit comments

Comments
 (0)