Merge pull request #64 from luciddreamz/master
Updates template display name, tags, description, message, and grouping
This commit is contained in:
commit
c28ec1e65e
3 changed files with 13 additions and 7 deletions
|
@ -4,11 +4,13 @@
|
|||
"metadata": {
|
||||
"name": "django-psql-persistent",
|
||||
"annotations": {
|
||||
"description": "An example Django application with a PostgreSQL database",
|
||||
"tags": "quickstart,python,django,postgresql",
|
||||
"openshift.io/display-name": "Django + PostgreSQL (Persistent)",
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
},
|
||||
|
@ -20,7 +22,7 @@
|
|||
"name": "${NAME}",
|
||||
"annotations": {
|
||||
"description": "Exposes and load balances the application pods",
|
||||
"service.alpha.openshift.io/dependencies": "[{\"name\": \"${DATABASE_SERVICE_NAME}\", \"namespace\": \"\", \"kind\": \"Service\"}]"
|
||||
"service.alpha.openshift.io/dependencies": "[{\"name\": \"${DATABASE_SERVICE_NAME}\", \"kind\": \"Service\"}]"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
|
|
|
@ -4,11 +4,13 @@
|
|||
"metadata": {
|
||||
"name": "django-psql-example",
|
||||
"annotations": {
|
||||
"description": "An example Django application with a PostgreSQL database",
|
||||
"tags": "quickstart,python,django,postgresql",
|
||||
"openshift.io/display-name": "Django + PostgreSQL (Ephemeral)",
|
||||
"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.\n\nWARNING: Any data stored will be lost upon pod destruction. Only use this template for testing.",
|
||||
"tags": "quickstart,python,django",
|
||||
"iconClass": "icon-python"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
},
|
||||
|
@ -20,7 +22,7 @@
|
|||
"name": "${NAME}",
|
||||
"annotations": {
|
||||
"description": "Exposes and load balances the application pods",
|
||||
"service.alpha.openshift.io/dependencies": "[{\"name\": \"${DATABASE_SERVICE_NAME}\", \"namespace\": \"\", \"kind\": \"Service\"}]"
|
||||
"service.alpha.openshift.io/dependencies": "[{\"name\": \"${DATABASE_SERVICE_NAME}\", \"kind\": \"Service\"}]"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"metadata": {
|
||||
"name": "django-example",
|
||||
"annotations": {
|
||||
"description": "An example Django application with no database",
|
||||
"openshift.io/display-name": "Django",
|
||||
"description": "An example Django application with no 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"
|
||||
}
|
||||
|
@ -12,6 +13,7 @@
|
|||
"labels": {
|
||||
"template": "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": [
|
||||
{
|
||||
"kind": "Service",
|
||||
|
|
Loading…
Reference in a new issue