From e79d273ea5ed2a211dd0e39c36b5c3379704de8d Mon Sep 17 00:00:00 2001 From: Pavel Valena Date: Fri, 5 Jan 2018 22:39:15 +0100 Subject: [PATCH] Remove ' (Persistent)' https://github.com/openshift/origin/pull/17922#pullrequestreview-86940496 --- openshift/templates/nodejs-mongodb-persistent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/templates/nodejs-mongodb-persistent.json b/openshift/templates/nodejs-mongodb-persistent.json index 7f2a5d8..787f513 100644 --- a/openshift/templates/nodejs-mongodb-persistent.json +++ b/openshift/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",