Browse Source

Merge pull request #114 from gabemontero/app-label

add template 'app' label
pull/118/head
Ben Parees 8 years ago
committed by GitHub
parent
commit
c5fcbb2df6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions
  1. +3
    -2
      openshift/templates/django-postgresql-persistent.json
  2. +2
    -1
      openshift/templates/django-postgresql.json
  3. +2
    -1
      openshift/templates/django.json

+ 3
- 2
openshift/templates/django-postgresql-persistent.json View File

@ -4,7 +4,7 @@
"metadata": { "metadata": {
"name": "django-psql-persistent", "name": "django-psql-persistent",
"annotations": { "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.", "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", "tags": "quickstart,python,django",
"iconClass": "icon-python", "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.", "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": { "labels": {
"template": "django-psql-persistent"
"template": "django-psql-persistent",
"app": "django-psql-persistent"
}, },
"objects": [ "objects": [
{ {


+ 2
- 1
openshift/templates/django-postgresql.json View File

@ -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.", "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": { "labels": {
"template": "django-psql-example"
"template": "django-psql-example",
"app": "django-psql-example"
}, },
"objects": [ "objects": [
{ {


+ 2
- 1
openshift/templates/django.json View File

@ -16,7 +16,8 @@
} }
}, },
"labels": { "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.", "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": [ "objects": [


Loading…
Cancel
Save