Skip to content

Commit 1fbcd44

Browse files
authored
Merge pull request #95 from jim-minter/wait-completion-fixups
add missing template.alpha.openshift.io/wait-for-ready annotations to examples
2 parents 4a749a4 + 65c77de commit 1fbcd44

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: openshift/templates/rails-postgresql-persistent.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,8 @@
354354
"metadata": {
355355
"name": "${DATABASE_SERVICE_NAME}",
356356
"annotations": {
357-
"description": "Defines how to deploy the database"
357+
"description": "Defines how to deploy the database",
358+
"template.alpha.openshift.io/wait-for-ready": "true"
358359
}
359360
},
360361
"spec": {

Diff for: openshift/templates/rails-postgresql.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@
337337
"metadata": {
338338
"name": "${DATABASE_SERVICE_NAME}",
339339
"annotations": {
340-
"description": "Defines how to deploy the database"
340+
"description": "Defines how to deploy the database",
341+
"template.alpha.openshift.io/wait-for-ready": "true"
341342
}
342343
},
343344
"spec": {

0 commit comments

Comments
 (0)