Skip to content

Commit

Permalink
Merge pull request #196 from jfdenise/7.3.1_MP_XP_1.0
Browse files Browse the repository at this point in the history
Fix for CLOUD-3568, statefulset launch script not provisioned in XP 1.0
  • Loading branch information
luck3y committed Apr 16, 2020
2 parents 2d7c97c + 82741d6 commit dd0376d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
<package name="wildfly.s2i.mvn"/>
<package name="docs.licenses.merge"/>
<!-- that is a workaround waiting for WF to upgrade to Galleon-plugins 4.2.5+ -->
<package name="layers.conf" optional="true"/>
<package name="layers.conf" optional="true"/>
<!-- Although we don't have ejb present in the default configuration, although we don't have a layer for ejb,
we could end in a situation where a custom configuration bring ejb, so the statefulset.sh script that this package
brings should be provisioned in all cases. In 7.3.x this script is only provisioned with the default config.-->
<package name="wildfly.s2i.ejb.tx.recovery" optional="true"/>
</packages>
<layers>
<!-- required by operator to be monitored -->
Expand Down

0 comments on commit dd0376d

Please sign in to comment.