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": {
"to": {
"kind": "ImageStream",
"name": "django-example"
"kind": "ImageStreamTag",
"name": "django-example:latest"
}
},
"triggers": [

View File

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