Closed jmesnil closed 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.
app.kubernetes.io/name
wildfly
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.
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.