From 40f55f00d3d22a20b8f54e2f0598caccc3225450 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Fri, 22 May 2015 15:30:02 +0200 Subject: [PATCH] Fix template, kind is ImageStreamTag by default --- application-template.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application-template.json b/application-template.json index 6bf825cb..85341e99 100644 --- a/application-template.json +++ b/application-template.json @@ -81,12 +81,14 @@ "type": "Source", "SourceStrategy": { "from": { + "kind": "ImageStream", "name": "python-33-centos7" } } }, "output": { "to": { + "kind": "ImageStream", "name": "django-quickstart" } },