add template completion detection
This commit is contained in:
parent
b8484b98a5
commit
34d78b3487
3 changed files with 12 additions and 6 deletions
|
@ -87,7 +87,8 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "${NAME}",
|
"name": "${NAME}",
|
||||||
"annotations": {
|
"annotations": {
|
||||||
"description": "Defines how to build the application"
|
"description": "Defines how to build the application",
|
||||||
|
"template.alpha.openshift.io/wait-for-ready": "true"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
|
@ -146,7 +147,8 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "${NAME}",
|
"name": "${NAME}",
|
||||||
"annotations": {
|
"annotations": {
|
||||||
"description": "Defines how to deploy the application server"
|
"description": "Defines how to deploy the application server",
|
||||||
|
"template.alpha.openshift.io/wait-for-ready": "true"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
|
|
|
@ -87,7 +87,8 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "${NAME}",
|
"name": "${NAME}",
|
||||||
"annotations": {
|
"annotations": {
|
||||||
"description": "Defines how to build the application"
|
"description": "Defines how to build the application",
|
||||||
|
"template.alpha.openshift.io/wait-for-ready": "true"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
|
@ -146,7 +147,8 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "${NAME}",
|
"name": "${NAME}",
|
||||||
"annotations": {
|
"annotations": {
|
||||||
"description": "Defines how to deploy the application server"
|
"description": "Defines how to deploy the application server",
|
||||||
|
"template.alpha.openshift.io/wait-for-ready": "true"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
|
|
|
@ -84,7 +84,8 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "${NAME}",
|
"name": "${NAME}",
|
||||||
"annotations": {
|
"annotations": {
|
||||||
"description": "Defines how to build the application"
|
"description": "Defines how to build the application",
|
||||||
|
"template.alpha.openshift.io/wait-for-ready": "true"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
|
@ -143,7 +144,8 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "${NAME}",
|
"name": "${NAME}",
|
||||||
"annotations": {
|
"annotations": {
|
||||||
"description": "Defines how to deploy the application server"
|
"description": "Defines how to deploy the application server",
|
||||||
|
"template.alpha.openshift.io/wait-for-ready": "true"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
|
|
Loading…
Reference in a new issue