Skip to content
Snippets Groups Projects
Commit eb75af97 authored by Ben Parees's avatar Ben Parees Committed by GitHub
Browse files

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

add missing template.alpha.openshift.io/wait-for-ready annotations to examples
parents 7c814b0d 5647b2a3
No related branches found
No related tags found
No related merge requests found
......@@ -309,7 +309,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": {
......
......@@ -292,7 +292,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": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment