Commit 5ce83b9e authored by Ben Parees's avatar Ben Parees Committed by GitHub

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

add template completion detection
parents 59092423 dc34df79
...@@ -74,7 +74,8 @@ ...@@ -74,7 +74,8 @@
"metadata": { "metadata": {
"name": "${NAME}", "name": "${NAME}",
"annotations": { "annotations": {
"description": "Defines how to build the application" "description": "Defines how to build the application",
"template.alpha.openshift.io/wait-for-ready": "true"
} }
}, },
"spec": { "spec": {
...@@ -130,7 +131,8 @@ ...@@ -130,7 +131,8 @@
"metadata": { "metadata": {
"name": "${NAME}", "name": "${NAME}",
"annotations": { "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": { "spec": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment