Skip to content

Commit 30ec0dd

Browse files
authored
Merge pull request sclorg#97 from jim-minter/wait-completion-fixups
add missing template.alpha.openshift.io/wait-for-ready annotations to examples
2 parents 19fed11 + e4617af commit 30ec0dd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

openshift/templates/django-postgresql-persistent.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@
311311
"metadata": {
312312
"name": "${DATABASE_SERVICE_NAME}",
313313
"annotations": {
314-
"description": "Defines how to deploy the database"
314+
"description": "Defines how to deploy the database",
315+
"template.alpha.openshift.io/wait-for-ready": "true"
315316
}
316317
},
317318
"spec": {

openshift/templates/django-postgresql.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@
294294
"metadata": {
295295
"name": "${DATABASE_SERVICE_NAME}",
296296
"annotations": {
297-
"description": "Defines how to deploy the database"
297+
"description": "Defines how to deploy the database",
298+
"template.alpha.openshift.io/wait-for-ready": "true"
298299
}
299300
},
300301
"spec": {

0 commit comments

Comments
 (0)