Merge pull request #97 from jim-minter/wait-completion-fixups

add missing template.alpha.openshift.io/wait-for-ready annotations to examples
This commit is contained in:
Ben Parees 2017-08-18 13:22:27 -04:00 committed by GitHub
commit 30ec0ddd17
2 changed files with 4 additions and 2 deletions

View File

@ -311,7 +311,8 @@
"metadata": {
"name": "${DATABASE_SERVICE_NAME}",
"annotations": {
"description": "Defines how to deploy the database"
"description": "Defines how to deploy the database",
"template.alpha.openshift.io/wait-for-ready": "true"
}
},
"spec": {

View File

@ -294,7 +294,8 @@
"metadata": {
"name": "${DATABASE_SERVICE_NAME}",
"annotations": {
"description": "Defines how to deploy the database"
"description": "Defines how to deploy the database",
"template.alpha.openshift.io/wait-for-ready": "true"
}
},
"spec": {