Skip to content

[chart/redis-ha][BUG] fullNameOverride not effective #325

Open
@maxgruber19

Description

@maxgruber19

Describe the bug
fullnameOverride in helpers.tpl and fullNameOverride in chart values of redis-ha are not spelled the same. there is a comment in #301 as well

To Reproduce
Steps to reproduce the behavior:
use redis-ha as a helm dependency, set the value fullNameOverride which is provided by the chart and you'll see that the spawning redis resources will have a release name prefix because the redis-ha.fullname template from helpers.tpl try to read .Values.fullnameOverride (casing problem)

Expected behavior
fullnameoverride from values should be propagated to helpers.tpl to be effective

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions