Fix template, kind is ImageStreamTag by default

This commit is contained in:
Rodolfo Carvalho 2015-05-22 15:30:02 +02:00
parent 00e160f732
commit 40f55f00d3

View file

@ -81,12 +81,14 @@
"type": "Source", "type": "Source",
"SourceStrategy": { "SourceStrategy": {
"from": { "from": {
"kind": "ImageStream",
"name": "python-33-centos7" "name": "python-33-centos7"
} }
} }
}, },
"output": { "output": {
"to": { "to": {
"kind": "ImageStream",
"name": "django-quickstart" "name": "django-quickstart"
} }
}, },