Merge pull request #14 from rhcarvalho/output-to-ist

Output to ImageStreamTag
This commit is contained in:
Ben Parees 2015-06-16 10:19:06 -04:00
commit ad80f212e8
2 changed files with 4 additions and 4 deletions

View file

@ -89,8 +89,8 @@
}, },
"output": { "output": {
"to": { "to": {
"kind": "ImageStream", "kind": "ImageStreamTag",
"name": "django-example" "name": "django-example:latest"
} }
}, },
"triggers": [ "triggers": [

View file

@ -89,8 +89,8 @@
}, },
"output": { "output": {
"to": { "to": {
"kind": "ImageStream", "kind": "ImageStreamTag",
"name": "django-example" "name": "django-example:latest"
} }
}, },
"triggers": [ "triggers": [