wildfly / wildfly-charts

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

As an user, I want to go to the application source code from the OpenShift Dev Console #106

Closed jmesnil closed 1 year ago

jmesnil commented 1 year ago

When the Helm chart is used to build and deploy a WildFly application on OpenShift, the link between the deployed application and its source is difficult to navigate (you have to look at various fields in the build-artefacts BuildConfig.

OpenShift has annotations that surfaces the source code location directly in its topology view:

These 2 annotations on the Deployment resource directly map to the Helm's build.uri and build.ref fields.