Browse Source

Fix templates

pull/2/merge
Rodolfo Carvalho 10 years ago
parent
commit
b98dd0b761
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      openshift/django-source-postgresql.json
  2. +2
    -2
      openshift/django-source.json

+ 2
- 2
openshift/django-source-postgresql.json View File

@ -61,7 +61,7 @@
"kind": "BuildConfig",
"apiVersion": "v1",
"metadata": {
"name": "django-quickstart",
"name": "django-quickstart-source",
"annotations": {
"description": "Defines how to build the Django app."
}
@ -130,7 +130,7 @@
"django-quickstart"
],
"from": {
"name": "django-quickstart:latest"
"name": "django-quickstart-source:latest"
}
}
},


+ 2
- 2
openshift/django-source.json View File

@ -39,7 +39,7 @@
"kind": "BuildConfig",
"apiVersion": "v1",
"metadata": {
"name": "django-quickstart",
"name": "django-quickstart-source",
"annotations": {
"description": "Defines how to build the Django app."
}
@ -108,7 +108,7 @@
"django-quickstart"
],
"from": {
"name": "django-quickstart:latest"
"name": "django-quickstart-source:latest"
}
}
},


Loading…
Cancel
Save