add template completion detection
This commit is contained in:
parent
863b14eab0
commit
5ffcf0a43c
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": {
|
||||||
|
@ -152,7 +153,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": {
|
||||||
|
@ -152,7 +153,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": {
|
||||||
|
|
|
@ -74,7 +74,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": {
|
||||||
|
@ -139,7 +140,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…
Add table
Reference in a new issue