Skip to content

Commit bc76f73

Browse files
committed
Address review comments
- Indent `output` section in stage-2 - Indent `output` section in merged version of jlink-builder-template.yaml - Uncomment `trigger` section Signed-off-by: Jayashree Huttanagoudar <[email protected]>
1 parent d34ca87 commit bc76f73

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

templates/jlink/jlink-builder/jlink-builder-template.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ objects:
8989
value: "true"
9090
- name: LOGGING_SCRIPT_DEBUG
9191
value: "true"
92-
output:
93-
to:
94-
kind: ImageStreamTag
95-
name: intermediate:latest
92+
output:
93+
to:
94+
kind: ImageStreamTag
95+
name: intermediate:latest

templates/jlink/jlinked-app.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ objects:
101101
value: "true"
102102
- name: LOGGING_SCRIPT_DEBUG
103103
value: "true"
104-
output:
105-
to:
106-
kind: ImageStreamTag
107-
name: intermediate:latest
104+
output:
105+
to:
106+
kind: ImageStreamTag
107+
name: intermediate:latest
108108
##############################################################################
109109
# stage-3: The ubi-micro ImageStream
110110
- apiVersion: image.openshift.io/v1
@@ -176,15 +176,15 @@ objects:
176176
to:
177177
kind: ImageStreamTag
178178
name: lightweight-image:latest # Tag for the final output image
179-
# triggers:
180-
# - type: ConfigChange
181-
# - type: ImageChange
182-
# imageChange:
183-
# from:
184-
# kind: ImageStreamTag
185-
# name: intermediate:latest # output of stage-2
186-
# - type: ImageChange
187-
# imageChange:
188-
# from:
189-
# kind: ImageStreamTag
190-
# name: ubimicro:latest # ImageStreamTag for registry.access.redhat.com/ubi9/ubi-micro
179+
triggers:
180+
- type: ConfigChange
181+
- type: ImageChange
182+
imageChange:
183+
from:
184+
kind: ImageStreamTag
185+
name: intermediate:latest # output of stage-2
186+
- type: ImageChange
187+
imageChange:
188+
from:
189+
kind: ImageStreamTag
190+
name: ubimicro:latest # ImageStreamTag for registry.access.redhat.com/ubi9/ubi-micro

0 commit comments

Comments
 (0)