Skip to content

Commit ffab00e

Browse files
committed
clean up use of persistent in template display names (ux review)
1 parent c408ca8 commit ffab00e

13 files changed

+33
-33
lines changed

examples/db-templates/mariadb-persistent-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {
55
"name": "mariadb-persistent",
66
"annotations": {
7-
"openshift.io/display-name": "MariaDB (Persistent)",
7+
"openshift.io/display-name": "MariaDB",
88
"description": "MariaDB database service, with persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/blob/master/10.1/README.md.\n\nNOTE: Scaling to more than one replica is not supported. You must have persistent volumes available in your cluster to use this template.",
99
"iconClass": "icon-mariadb",
1010
"tags": "database,mariadb",

examples/db-templates/mongodb-persistent-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {
55
"name": "mongodb-persistent",
66
"annotations": {
7-
"openshift.io/display-name": "MongoDB (Persistent)",
7+
"openshift.io/display-name": "MongoDB",
88
"description": "MongoDB database service, with persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/blob/master/3.2/README.md.\n\nNOTE: Scaling to more than one replica is not supported. You must have persistent volumes available in your cluster to use this template.",
99
"iconClass": "icon-mongodb",
1010
"tags": "database,mongodb",

examples/db-templates/mysql-persistent-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {
55
"name": "mysql-persistent",
66
"annotations": {
7-
"openshift.io/display-name": "MySQL (Persistent)",
7+
"openshift.io/display-name": "MySQL",
88
"description": "MySQL database service, with persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mysql-container/blob/master/5.7/README.md.\n\nNOTE: Scaling to more than one replica is not supported. You must have persistent volumes available in your cluster to use this template.",
99
"iconClass": "icon-mysql-database",
1010
"tags": "database,mysql",

examples/db-templates/postgresql-persistent-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {
55
"name": "postgresql-persistent",
66
"annotations": {
7-
"openshift.io/display-name": "PostgreSQL (Persistent)",
7+
"openshift.io/display-name": "PostgreSQL",
88
"description": "PostgreSQL database service, with persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/9.5.\n\nNOTE: Scaling to more than one replica is not supported. You must have persistent volumes available in your cluster to use this template.",
99
"iconClass": "icon-postgresql",
1010
"tags": "database,postgresql",

examples/db-templates/redis-persistent-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {
55
"name": "redis-persistent",
66
"annotations": {
7-
"openshift.io/display-name": "Redis (Persistent)",
7+
"openshift.io/display-name": "Redis",
88
"description": "Redis in-memory data structure store, with persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/redis-container/blob/master/3.2.\n\nNOTE: You must have persistent volumes available in your cluster to use this template.",
99
"iconClass": "icon-redis",
1010
"tags": "database,redis",

examples/jenkins/jenkins-persistent-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {
55
"name": "jenkins-persistent",
66
"annotations": {
7-
"openshift.io/display-name": "Jenkins (Persistent)",
7+
"openshift.io/display-name": "Jenkins",
88
"description": "Jenkins service, with persistent storage.\n\nNOTE: You must have persistent volumes available in your cluster to use this template.",
99
"iconClass": "icon-jenkins",
1010
"tags": "instant-app,jenkins",

examples/quickstarts/cakephp-mysql-persistent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {
55
"name": "cakephp-mysql-persistent",
66
"annotations": {
7-
"openshift.io/display-name": "CakePHP + MySQL (Persistent)",
7+
"openshift.io/display-name": "CakePHP + MySQL",
88
"description": "An example CakePHP application with a MySQL database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/cakephp-ex/blob/master/README.md.",
99
"tags": "quickstart,php,cakephp",
1010
"iconClass": "icon-php",

examples/quickstarts/dancer-mysql-persistent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {
55
"name": "dancer-mysql-persistent",
66
"annotations": {
7-
"openshift.io/display-name": "Dancer + MySQL (Persistent)",
7+
"openshift.io/display-name": "Dancer + MySQL",
88
"description": "An example Dancer application with a MySQL database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/dancer-ex/blob/master/README.md.",
99
"tags": "quickstart,perl,dancer",
1010
"iconClass": "icon-perl",

examples/quickstarts/django-postgresql-persistent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {
55
"name": "django-psql-persistent",
66
"annotations": {
7-
"openshift.io/display-name": "Django + PostgreSQL (Persistent)",
7+
"openshift.io/display-name": "Django + PostgreSQL",
88
"description": "An example Django application with a PostgreSQL database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/django-ex/blob/master/README.md.",
99
"tags": "quickstart,python,django",
1010
"iconClass": "icon-python",

examples/quickstarts/nodejs-mongodb-persistent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {
55
"name": "nodejs-mongo-persistent",
66
"annotations": {
7-
"openshift.io/display-name": "Node.js + MongoDB (Persistent)",
7+
"openshift.io/display-name": "Node.js + MongoDB",
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",

examples/quickstarts/rails-postgresql-persistent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {
55
"name": "rails-pgsql-persistent",
66
"annotations": {
7-
"openshift.io/display-name": "Rails + PostgreSQL (Persistent)",
7+
"openshift.io/display-name": "Rails + PostgreSQL",
88
"description": "An example Rails application with a PostgreSQL database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/rails-ex/blob/master/README.md.",
99
"tags": "quickstart,ruby,rails",
1010
"iconClass": "icon-ruby",

pkg/oc/bootstrap/bindata.go

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/extended/testdata/bindata.go

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)