Fix template, name must be ImageStreamTag

Currently, even setting "kind": "ImageStream" won't work
This commit is contained in:
Rodolfo Carvalho 2015-05-22 15:32:24 +02:00
parent 6103ae1363
commit fada708b03
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@
"django-quickstart"
],
"from": {
"name": "django-quickstart"
"name": "django-quickstart:latest"
}
}
}