add service catalog metadata to templates
This commit is contained in:
parent
7f7c9dd258
commit
513d4703ad
3 changed files with 15 additions and 3 deletions
|
@ -7,7 +7,11 @@
|
|||
"openshift.io/display-name": "Node.js + MongoDB (Persistent)",
|
||||
"description": "An example Node.js application with a MongoDB database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/nodejs-ex/blob/master/README.md.",
|
||||
"tags": "quickstart,nodejs",
|
||||
"iconClass": "icon-nodejs"
|
||||
"iconClass": "icon-nodejs",
|
||||
"template.openshift.io/long-description": "This template defines resources needed to develop a NodeJS application, including a build configuration, application deployment configuration, and database deployment configuration.",
|
||||
"template.openshift.io/provider-display-name": "Red Hat, Inc.",
|
||||
"template.openshift.io/documentation-url": "https://github.com/openshift/nodejs-ex",
|
||||
"template.openshift.io/support-url": "https://access.redhat.com"
|
||||
}
|
||||
},
|
||||
"message": "The following service(s) have been created in your project: ${NAME}, ${DATABASE_SERVICE_NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/nodejs-ex/blob/master/README.md.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue