Merge pull request #149 from gabemontero/app-label
add template 'app' label
This commit is contained in:
commit
d1af14dc9f
2 changed files with 4 additions and 2 deletions
|
@ -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/nodejs-ex/blob/master/README.md.",
|
||||
"labels": {
|
||||
"template": "nodejs-mongodb-example"
|
||||
"template": "nodejs-mongodb-example",
|
||||
"app": "nodejs-mongodb-example"
|
||||
},
|
||||
"objects": [
|
||||
{
|
||||
|
|
|
@ -17,7 +17,8 @@
|
|||
},
|
||||
"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/nodejs-ex/blob/master/README.md.",
|
||||
"labels": {
|
||||
"template": "nodejs-example"
|
||||
"template": "nodejs-example",
|
||||
"app": "nodejs-example"
|
||||
},
|
||||
"objects": [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue