Some cleanup
This commit is contained in:
parent
efc71d9f2d
commit
6503d195f3
2 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ dev:
|
|||
templates:
|
||||
- manifest: deployment/manifests/build.yaml
|
||||
parameters:
|
||||
TARGET_IMAGE_STREAM_TAG: b-master
|
||||
OUTPUT_IMAGE_STREAM_TAG: b-master
|
||||
deployment:
|
||||
frontend:
|
||||
templates:
|
||||
|
|
|
@ -17,7 +17,7 @@ objects:
|
|||
output:
|
||||
to:
|
||||
kind: ImageStreamTag
|
||||
name: frontend:${TARGET_IMAGE_STREAM_TAG}
|
||||
name: frontend:${OUTPUT_IMAGE_STREAM_TAG}
|
||||
source:
|
||||
type: Binary
|
||||
binary: {}
|
||||
|
@ -29,5 +29,5 @@ objects:
|
|||
name: ruby:2.3
|
||||
namespace: openshift
|
||||
- description: The image stream tag to build to.
|
||||
displayName: Target image stream tag
|
||||
name: TARGET_IMAGE_STREAM_TAG
|
||||
displayName: Output image stream tag
|
||||
name: OUTPUT_IMAGE_STREAM_TAG
|
||||
|
|
Loading…
Reference in a new issue