summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v3.8/quickstart-templates/nodejs-mongodb-persistent.json
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-12-13 10:06:14 -0500
committerGitHub <noreply@github.com>2017-12-13 10:06:14 -0500
commit1328147663f57872554cb7f1b10a0d823844229a (patch)
treefbfc5f345987fa3d5eaed077bf9a0b7b1dee30ed /roles/openshift_examples/files/examples/v3.8/quickstart-templates/nodejs-mongodb-persistent.json
parent37470e0e1d298b804dbc38e2217990af9eea441a (diff)
parent0c86570da0bd7c3fef2403a8172c114500ecd129 (diff)
downloadopenshift-1328147663f57872554cb7f1b10a0d823844229a.tar.gz
openshift-1328147663f57872554cb7f1b10a0d823844229a.tar.bz2
openshift-1328147663f57872554cb7f1b10a0d823844229a.tar.xz
openshift-1328147663f57872554cb7f1b10a0d823844229a.zip
Merge pull request #6179 from alexcern/update_is_python_36
Sync latest image-streams and templates
Diffstat (limited to 'roles/openshift_examples/files/examples/v3.8/quickstart-templates/nodejs-mongodb-persistent.json')
-rw-r--r--roles/openshift_examples/files/examples/v3.8/quickstart-templates/nodejs-mongodb-persistent.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/roles/openshift_examples/files/examples/v3.8/quickstart-templates/nodejs-mongodb-persistent.json b/roles/openshift_examples/files/examples/v3.8/quickstart-templates/nodejs-mongodb-persistent.json
index 7f2a5d804..f04adaa67 100644
--- a/roles/openshift_examples/files/examples/v3.8/quickstart-templates/nodejs-mongodb-persistent.json
+++ b/roles/openshift_examples/files/examples/v3.8/quickstart-templates/nodejs-mongodb-persistent.json
@@ -4,7 +4,7 @@
"metadata": {
"name": "nodejs-mongo-persistent",
"annotations": {
- "openshift.io/display-name": "Node.js + MongoDB (Persistent)",
+ "openshift.io/display-name": "Node.js + MongoDB",
"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",
@@ -17,7 +17,8 @@
},
"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.",
"labels": {
- "template": "nodejs-mongo-persistent"
+ "template": "nodejs-mongo-persistent",
+ "app": "nodejs-mongo-persistent"
},
"objects": [
{