summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v3.8/quickstart-templates/django-postgresql-persistent.json
diff options
context:
space:
mode:
authorAlex Lossent <alexandre.lossent@cern.ch>2017-11-20 14:50:36 +0100
committerAlex Lossent <alexandre.lossent@cern.ch>2017-11-20 15:00:21 +0100
commit0c86570da0bd7c3fef2403a8172c114500ecd129 (patch)
treea2c5c5275ae708d0bc54f19b016e55071b5c4e32 /roles/openshift_examples/files/examples/v3.8/quickstart-templates/django-postgresql-persistent.json
parent6b14b105e0998c63a248160fb6887f86b8f3b549 (diff)
downloadopenshift-0c86570da0bd7c3fef2403a8172c114500ecd129.tar.gz
openshift-0c86570da0bd7c3fef2403a8172c114500ecd129.tar.bz2
openshift-0c86570da0bd7c3fef2403a8172c114500ecd129.tar.xz
openshift-0c86570da0bd7c3fef2403a8172c114500ecd129.zip
Sync latest image-streams and templates
Following openshift/origin#17281
Diffstat (limited to 'roles/openshift_examples/files/examples/v3.8/quickstart-templates/django-postgresql-persistent.json')
-rw-r--r--roles/openshift_examples/files/examples/v3.8/quickstart-templates/django-postgresql-persistent.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/roles/openshift_examples/files/examples/v3.8/quickstart-templates/django-postgresql-persistent.json b/roles/openshift_examples/files/examples/v3.8/quickstart-templates/django-postgresql-persistent.json
index f3b5838fa..c8dab0b53 100644
--- a/roles/openshift_examples/files/examples/v3.8/quickstart-templates/django-postgresql-persistent.json
+++ b/roles/openshift_examples/files/examples/v3.8/quickstart-templates/django-postgresql-persistent.json
@@ -4,7 +4,7 @@
"metadata": {
"name": "django-psql-persistent",
"annotations": {
- "openshift.io/display-name": "Django + PostgreSQL (Persistent)",
+ "openshift.io/display-name": "Django + PostgreSQL",
"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.",
"tags": "quickstart,python,django",
"iconClass": "icon-python",
@@ -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/django-ex/blob/master/README.md.",
"labels": {
- "template": "django-psql-persistent"
+ "template": "django-psql-persistent",
+ "app": "django-psql-persistent"
},
"objects": [
{