Skip to content

Commit 5f28ed9

Browse files
committed
Quote 'false' to force string type in YAML.
Thanks for catching this Jaya! Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 8f447c7 commit 5f28ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/s2i/core/module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ envs:
116116
description: ^
117117
Enables the Jdeps/JLink workflow to minimize JRE size
118118
example: "false"
119-
value: false
119+
value: "false"
120120

121121
run:
122122
cmd:

0 commit comments

Comments
 (0)