Browse Source

Merge pull request #96 from jim-minter/trello135-completion-detection

add template completion detection
pull/97/head
Ben Parees 8 years ago
committed by GitHub
parent
commit
19fed1196b
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": {
"name": "${NAME}",
"annotations": {
"description": "Defines how to build the application"
"description": "Defines how to build the application",
"template.alpha.openshift.io/wait-for-ready": "true"
}
},
"spec": {
@ -146,7 +147,8 @@
"metadata": {
"name": "${NAME}",
"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": {


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

@ -87,7 +87,8 @@
"metadata": {
"name": "${NAME}",
"annotations": {
"description": "Defines how to build the application"
"description": "Defines how to build the application",
"template.alpha.openshift.io/wait-for-ready": "true"
}
},
"spec": {
@ -146,7 +147,8 @@
"metadata": {
"name": "${NAME}",
"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": {


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

@ -84,7 +84,8 @@
"metadata": {
"name": "${NAME}",
"annotations": {
"description": "Defines how to build the application"
"description": "Defines how to build the application",
"template.alpha.openshift.io/wait-for-ready": "true"
}
},
"spec": {
@ -143,7 +144,8 @@
"metadata": {
"name": "${NAME}",
"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": {


Loading…
Cancel
Save