diff --git a/application-template.json b/application-template.json index 6bf825c..85341e9 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" } },