wildfly / wildfly-charts

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

The app.kubernetes.io/name label is not correct #109

Closed jmesnil closed 1 year ago

jmesnil commented 1 year ago

Describe the bug

Currently, the app.kubernetes.io/name label uses the name of the Helm (wildfly) instead of the name of the release.

This means that Kubernetes (and OpenShift) identifies all deployment released with this Helm chart as belonging to the same application.

Instead the name of the release should be used to set this label.