You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a non-issue but if you are open to it I would be happy to open a pull request. 🙂
Is your feature request related to a problem? Please describe.
The name of the test container uses .Release.Name and not template "redis-ha.fullname". When I install the redis-ha chart as a dependency of a different chart, for example "trivy", the name of the container changes from "redis-ha-service-test" to "trivy-service-test" (wich might be confusing).
Describe the solution you'd like
template "redis-ha.fullname" is used for the container name.
Describe alternatives you've considered
not changing the container name because it does not really matter
use a hardcoded name like redis-ha-service-test or redis-service-test
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
This is a non-issue but if you are open to it I would be happy to open a pull request. 🙂
Is your feature request related to a problem? Please describe.
The name of the test container uses
.Release.Name
and nottemplate "redis-ha.fullname"
. When I install the redis-ha chart as a dependency of a different chart, for example "trivy", the name of the container changes from "redis-ha-service-test" to "trivy-service-test" (wich might be confusing).Describe the solution you'd like
template "redis-ha.fullname"
is used for the container name.Describe alternatives you've considered
redis-ha-service-test
orredis-service-test
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: