Merge pull request #96 from jim-minter/trello135-completion-detection

add template completion detection
This commit is contained in:
Ben Parees 2017-08-16 14:18:39 -04:00 committed by GitHub
commit 19fed1196b
3 changed files with 12 additions and 6 deletions

View File

@ -87,7 +87,8 @@
"metadata": {
"name": "${NAME}",
"annotations": {
"description": "Defines how to build the application"
"description": "Defines how to build the application",
"template.alpha.openshift.io/wait-for-ready": "true"
}
},
"spec": {
@ -146,7 +147,8 @@
"metadata": {
"name": "${NAME}",
"annotations": {
"description": "Defines how to deploy the application server"
"description": "Defines how to deploy the application server",
"template.alpha.openshift.io/wait-for-ready": "true"
}
},
"spec": {

View File

@ -87,7 +87,8 @@
"metadata": {
"name": "${NAME}",
"annotations": {
"description": "Defines how to build the application"
"description": "Defines how to build the application",
"template.alpha.openshift.io/wait-for-ready": "true"
}
},
"spec": {
@ -146,7 +147,8 @@
"metadata": {
"name": "${NAME}",
"annotations": {
"description": "Defines how to deploy the application server"
"description": "Defines how to deploy the application server",
"template.alpha.openshift.io/wait-for-ready": "true"
}
},
"spec": {

View File

@ -84,7 +84,8 @@
"metadata": {
"name": "${NAME}",
"annotations": {
"description": "Defines how to build the application"
"description": "Defines how to build the application",
"template.alpha.openshift.io/wait-for-ready": "true"
}
},
"spec": {
@ -143,7 +144,8 @@
"metadata": {
"name": "${NAME}",
"annotations": {
"description": "Defines how to deploy the application server"
"description": "Defines how to deploy the application server",
"template.alpha.openshift.io/wait-for-ready": "true"
}
},
"spec": {