Skip to content

Commit 4faed25

Browse files
committed
Remove dependency between s2i.bash module and prometheus
This is not a hard dependency. The use of the variables declared by the prometheus module in the s2i run script is guarded by a test that will correctly fail if the prometheus module is not installed. This has no impact on the selection or ordering of the modules for any of the images. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 2254ad9 commit 4faed25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/s2i/bash/module.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ modules:
1616
install:
1717
- name: jboss.container.maven.s2i
1818
- name: jboss.container.java.run
19-
- name: jboss.container.prometheus
2019
- name: jboss.container.util.logging.bash
2120

2221
packages:

0 commit comments

Comments
 (0)