cloudfoundry / cloudfoundry/stratos
Helm Chart: String values that default to true cannot be set to false
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 267
- Forks
- 137
- Avg merge
- 5h 14m
- Merged PRs (30d)
- 77
Description
{{ default "true" .Values.console.artifactHubEnabled | quote }}- Values of false are cannot as a falsy for the default check... so change to true
- Applies to SKIP_SSL_VALIDATION and ARTIFACT_HUB_ENABLED
Contributor guide
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
Search the Helm chart for the expressions using .Values.console.artifactHubEnabled and the SKIP_SSL_VALIDATION and ARTIFACT_HUB_ENABLED settings. Start by checking how Helm's default handling treats false values, then verify that explicitly setting each value to false is preserved in the rendered chart.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100