cloudfoundry / cloudfoundry/stratos

Helm Chart: String values that default to true cannot be set to false

Open
#4,679 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.