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

View file

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