concourse / concourse/concourse-chart
Namespace missing from objects, ignores Helm specified namespace
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 160
- Forks
- 189
- PR merge metrics
- No merged PRs in 30d
Description
Several of the objects are being deployed to the default namespace because they are not specifying the namespace so there is no carry-through from the Helm specified namespace, eg:
- concourse-web deployment, svc, serviceaccount, secret,
- concourse-worker statefulset, svc, serviceaccount, pdb, configmap, secret
- concourse-web-worker-gateway svc
will get deployed to whatever the current context namespace is, usually default.
concourse/concourse chart version 16.1.21
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
Inspect the Helm chart templates for the listed Concourse web, worker, and gateway resources, starting by rendering chart version 16.1.21 with an explicit namespace. Verify that each rendered object carries the Helm-specified namespace rather than relying on the current context, and check all listed resource kinds in the generated manifests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100