Skip to content

Commit 8ac25c1

Browse files
committed
remove template prefix from tsb annotations
1 parent b9ba509 commit 8ac25c1

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

openshift/templates/nodejs-mongodb-persistent.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"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.",
99
"tags": "quickstart,nodejs",
1010
"iconClass": "icon-nodejs",
11-
"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.",
12-
"template.openshift.io/provider-display-name": "Red Hat, Inc.",
13-
"template.openshift.io/documentation-url": "https://github.com/openshift/nodejs-ex",
14-
"template.openshift.io/support-url": "https://access.redhat.com"
11+
"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.",
12+
"openshift.io/provider-display-name": "Red Hat, Inc.",
13+
"openshift.io/documentation-url": "https://github.com/openshift/nodejs-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}, ${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.",

openshift/templates/nodejs-mongodb.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"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.\n\nWARNING: Any data stored will be lost upon pod destruction. Only use this template for testing.",
99
"tags": "quickstart,nodejs",
1010
"iconClass": "icon-nodejs",
11-
"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. The database is stored in non-persistent storage, so this configuration should be used for experimental purposes only.",
12-
"template.openshift.io/provider-display-name": "Red Hat, Inc.",
13-
"template.openshift.io/documentation-url": "https://github.com/openshift/nodejs-ex",
14-
"template.openshift.io/support-url": "https://access.redhat.com"
11+
"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. The database is stored in non-persistent storage, so this configuration should be used for experimental purposes only.",
12+
"openshift.io/provider-display-name": "Red Hat, Inc.",
13+
"openshift.io/documentation-url": "https://github.com/openshift/nodejs-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}, ${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.",

openshift/templates/nodejs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"description": "An example Node.js application with no database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/nodejs-ex/blob/master/README.md.",
99
"tags": "quickstart,nodejs",
1010
"iconClass": "icon-nodejs",
11-
"template.openshift.io/long-description": "This template defines resources needed to develop a NodeJS application, including a build configuration and application deployment configuration. It does not include a database.",
12-
"template.openshift.io/provider-display-name": "Red Hat, Inc.",
13-
"template.openshift.io/documentation-url": "https://github.com/openshift/nodejs-ex",
14-
"template.openshift.io/support-url": "https://access.redhat.com"
11+
"openshift.io/long-description": "This template defines resources needed to develop a NodeJS application, including a build configuration and application deployment configuration. It does not include a database.",
12+
"openshift.io/provider-display-name": "Red Hat, Inc.",
13+
"openshift.io/documentation-url": "https://github.com/openshift/nodejs-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/openshift/nodejs-ex/blob/master/README.md.",

0 commit comments

Comments
 (0)