Skip to content

Commit

Permalink
add template completion detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Minter committed Aug 14, 2017
1 parent 863b14e commit 5ffcf0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions openshift/templates/nodejs-mongodb-persistent.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -152,7 +153,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": {
Expand Down
6 changes: 4 additions & 2 deletions openshift/templates/nodejs-mongodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -152,7 +153,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": {
Expand Down
6 changes: 4 additions & 2 deletions openshift/templates/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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": {
Expand Down Expand Up @@ -139,7 +140,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": {
Expand Down

0 comments on commit 5ffcf0a

Please sign in to comment.