add missing template.alpha.openshift.io/wait-for-ready annotations to examples

This commit is contained in:
Jim Minter 2017-08-18 12:14:14 -05:00
parent 7c814b0d2c
commit 5647b2a31c
2 changed files with 4 additions and 2 deletions

View file

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

View file

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