Browse Source

add template completion detection

pull/96/head
Jim Minter 8 years ago
parent
commit
34d78b3487
3 changed files with 12 additions and 6 deletions
  1. +4
    -2
      openshift/templates/django-postgresql-persistent.json
  2. +4
    -2
      openshift/templates/django-postgresql.json
  3. +4
    -2
      openshift/templates/django.json

+ 4
- 2
openshift/templates/django-postgresql-persistent.json View File

@ -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": {


+ 4
- 2
openshift/templates/django-postgresql.json View File

@ -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": {


+ 4
- 2
openshift/templates/django.json View File

@ -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…
Cancel
Save