Added ImageStream object to the openshift build template
This commit is contained in:
parent
bfffd49a21
commit
ee986363cc
@ -32,6 +32,16 @@ objects:
|
|||||||
type: Source
|
type: Source
|
||||||
successfulBuildsHistoryLimit: 5
|
successfulBuildsHistoryLimit: 5
|
||||||
triggers: []
|
triggers: []
|
||||||
|
- apiVersion: image.openshift.io/v1
|
||||||
|
kind: ImageStream
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
build: ${APPLICATION_NAME}
|
||||||
|
template: ${TEMPLATE_NAME}
|
||||||
|
name: ${APPLICATION_NAME}
|
||||||
|
spec:
|
||||||
|
lookupPolicy:
|
||||||
|
local: false
|
||||||
parameters:
|
parameters:
|
||||||
- description: The name for the application.
|
- description: The name for the application.
|
||||||
displayName: Application Name
|
displayName: Application Name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user