Fix template, kind is ImageStreamTag by default
This commit is contained in:
parent
00e160f732
commit
40f55f00d3
1 changed files with 2 additions and 0 deletions
|
@ -81,12 +81,14 @@
|
|||
"type": "Source",
|
||||
"SourceStrategy": {
|
||||
"from": {
|
||||
"kind": "ImageStream",
|
||||
"name": "python-33-centos7"
|
||||
}
|
||||
}
|
||||
},
|
||||
"output": {
|
||||
"to": {
|
||||
"kind": "ImageStream",
|
||||
"name": "django-quickstart"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue