Skip to content

Commit 5647b2a

Browse files
author
Jim Minter
committed
add missing template.alpha.openshift.io/wait-for-ready annotations to examples
1 parent 7c814b0 commit 5647b2a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

openshift/templates/nodejs-mongodb-persistent.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@
309309
"metadata": {
310310
"name": "${DATABASE_SERVICE_NAME}",
311311
"annotations": {
312-
"description": "Defines how to deploy the database"
312+
"description": "Defines how to deploy the database",
313+
"template.alpha.openshift.io/wait-for-ready": "true"
313314
}
314315
},
315316
"spec": {

openshift/templates/nodejs-mongodb.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@
292292
"metadata": {
293293
"name": "${DATABASE_SERVICE_NAME}",
294294
"annotations": {
295-
"description": "Defines how to deploy the database"
295+
"description": "Defines how to deploy the database",
296+
"template.alpha.openshift.io/wait-for-ready": "true"
296297
}
297298
},
298299
"spec": {

0 commit comments

Comments
 (0)