wildfly / wildfly-charts

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

# Support the Chart on Kubernetes #5

Closed jmesnil closed 3 years ago

jmesnil commented 3 years ago

The build step of the chart relies on OpenShift-specific resources (BuildConfig & ImageStream) that are not available on a Vanilla Kubernetes. This step can be disabled with build.enabled: false but we should also make sure to require that these types of resources exist when we install the chart.

The deploy step should be able to work on Kubernetes but is not able at the movement: