MapColonies / MapColonies/ts-server-boilerplate
helm: replace order of global and local values
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 1
- Avg merge
- 12h 1m
- Merged PRs (30d)
- 2
Description
**Describe the bug**
Currently, global values are more important than local values, it is supposed to be the opposite.
You can see _helpers.tpl:
https://github.com/MapColonies/ts-server-boilerplate/blob/adbbe33f96ffc64f0d2729deb61a1e6080b176a0/helm/templates/_helpers.tpl#L60-L69
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at helm/templates/_helpers.tpl lines 60-69 and trace how global and local values are combined. Done means the precedence is corrected so local values override global values, with the chart behavior verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100