From d8c79199e45ad4c7bf2cbbe7c9c4591a963cc1af Mon Sep 17 00:00:00 2001 From: gabemontero Date: Thu, 9 Nov 2017 11:06:49 -0500 Subject: [PATCH] add template 'app' label --- openshift/templates/django-postgresql-persistent.json | 5 +++-- openshift/templates/django-postgresql.json | 3 ++- openshift/templates/django.json | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/openshift/templates/django-postgresql-persistent.json b/openshift/templates/django-postgresql-persistent.json index f3b5838..7a0ab21 100644 --- a/openshift/templates/django-postgresql-persistent.json +++ b/openshift/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": [ { diff --git a/openshift/templates/django-postgresql.json b/openshift/templates/django-postgresql.json index b21295d..be3fc74 100644 --- a/openshift/templates/django-postgresql.json +++ b/openshift/templates/django-postgresql.json @@ -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-example" + "template": "django-psql-example", + "app": "django-psql-example" }, "objects": [ { diff --git a/openshift/templates/django.json b/openshift/templates/django.json index 827bca3..dffe4f8 100644 --- a/openshift/templates/django.json +++ b/openshift/templates/django.json @@ -16,7 +16,8 @@ } }, "labels": { - "template": "django-example" + "template": "django-example", + "app": "django-example" }, "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/django-ex/blob/master/README.md.", "objects": [