From 067d9b0bad41616fbd0f3c445f16fe2016c2b4b7 Mon Sep 17 00:00:00 2001 From: gabemontero Date: Fri, 13 May 2016 12:02:03 -0400 Subject: [PATCH] fix container image field - get as close to no value as currently possible --- openshift/templates/django-postgresql.json | 4 ++-- openshift/templates/django.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openshift/templates/django-postgresql.json b/openshift/templates/django-postgresql.json index e1a3c4d..f044152 100644 --- a/openshift/templates/django-postgresql.json +++ b/openshift/templates/django-postgresql.json @@ -158,7 +158,7 @@ "containers": [ { "name": "django-psql-example", - "image": "django-psql-example", + "image": " ", "ports": [ { "containerPort": 8080 @@ -296,7 +296,7 @@ "containers": [ { "name": "postgresql", - "image": "postgresql", + "image": " ", "ports": [ { "containerPort": 5432 diff --git a/openshift/templates/django.json b/openshift/templates/django.json index 38ef694..5740ee9 100644 --- a/openshift/templates/django.json +++ b/openshift/templates/django.json @@ -158,7 +158,7 @@ "containers": [ { "name": "django-example", - "image": "django-example", + "image": " ", "ports": [ { "containerPort": 8080