Fix templates

This commit is contained in:
Rodolfo Carvalho 2015-06-02 14:10:57 +02:00
parent dd6e9e1b7e
commit b98dd0b761
2 changed files with 4 additions and 4 deletions

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"
}
}
},

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"
}
}
},