add missing template.alpha.openshift.io/wait-for-ready annotations to examples
This commit is contained in:
parent
19fed1196b
commit
e4617aff15
2 changed files with 4 additions and 2 deletions
|
@ -311,7 +311,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": {
|
||||||
|
|
|
@ -294,7 +294,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": {
|
||||||
|
|
Loading…
Reference in a new issue