wildfly / wildfly-charts

Helm Charts for WildFly
https://docs.wildfly.org/wildfly-charts/
Apache License 2.0
3 stars 14 forks source link

Do not hard-code AUTO_DEPLOY_EXPLODED #81

Closed jmesnil closed 2 years ago

jmesnil commented 2 years ago

The Helm Chart creates the application with AUTO_DEPLOY_EXPLODED set to false in https://github.com/wildfly/wildfly-charts/blob/d3c61432bf6073ddc9678088eca04d7560e5004a/charts/wildfly-common/templates/_deployment.yaml#L90-L91 This is not necessary as this is the default value.

This env should be removed from the template so that the user can set it to true if they want the non-default behaviour.

jmesnil commented 2 years ago

this is related to https://github.com/wildfly/wildfly-cekit-modules/issues/343