From b98dd0b7612213e84a5a4e047bc0b126483d4630 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Tue, 2 Jun 2015 14:10:57 +0200 Subject: [PATCH] Fix templates --- openshift/django-source-postgresql.json | 4 ++-- openshift/django-source.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openshift/django-source-postgresql.json b/openshift/django-source-postgresql.json index 4d0056e..e150894 100644 --- a/openshift/django-source-postgresql.json +++ b/openshift/django-source-postgresql.json @@ -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" } } }, diff --git a/openshift/django-source.json b/openshift/django-source.json index bbd14f7..c1d8e5b 100644 --- a/openshift/django-source.json +++ b/openshift/django-source.json @@ -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" } } },