Skip to content

Commit d8c7919

Browse files
committed
add template 'app' label
1 parent d588e14 commit d8c7919

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

openshift/templates/django-postgresql-persistent.json

Lines changed: 3 additions & 2 deletions
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",
@@ -17,7 +17,8 @@
1717
},
1818
"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.",
1919
"labels": {
20-
"template": "django-psql-persistent"
20+
"template": "django-psql-persistent",
21+
"app": "django-psql-persistent"
2122
},
2223
"objects": [
2324
{

openshift/templates/django-postgresql.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
},
1818
"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.",
1919
"labels": {
20-
"template": "django-psql-example"
20+
"template": "django-psql-example",
21+
"app": "django-psql-example"
2122
},
2223
"objects": [
2324
{

openshift/templates/django.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
}
1717
},
1818
"labels": {
19-
"template": "django-example"
19+
"template": "django-example",
20+
"app": "django-example"
2021
},
2122
"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.",
2223
"objects": [

0 commit comments

Comments
 (0)