• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubernetes-sigs / kubebuilder / 27668093647
83%
master: 83%

Build:
Build:
LAST BUILD BRANCH: fix-external-api-path-validation
DEFAULT BRANCH: master
Ran 17 Jun 2026 08:33AM UTC
Jobs 1
Files 103
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Jun 2026 05:33AM UTC coverage: 82.914% (+0.1%) from 82.774%
27668093647

Pull #5764

github

prash2512
fix(helm/v2-alpha): strip custom volumes from deployment object to prevent duplication

Custom volumes (e.g. user-added configMaps, secrets) appeared both as
literal entries in the generated manager.yaml template AND via
{{ toYaml .Values.manager.extraVolumes }}, causing duplication at install time.

The fix is in the extractor: extractExtraVolumes and extractExtraVolumeMounts
now remove custom volumes from the resource object after extracting them for
values.yaml. Since yaml.Marshal runs on the cleaned object, custom volumes
never appear in the template — they only flow through values.yaml.

System volumes (webhook-certs, metrics-certs) are kept in the object so they
render as conditionals in the template.

Signed-off-by: Prashanth Venkatesh <prash.v.2512@gmail.com>
Pull Request #5764: 🐛 fix(helm/v2-alpha): strip custom volumes from manager template to prevent duplication

30 of 37 new or added lines in 2 files covered. (81.08%)

7876 of 9499 relevant lines covered (82.91%)

82.38 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
86.76
-0.19% pkg/plugins/optional/helm/v2alpha/scaffolds/internal/extractor/deployment.go
Jobs
ID Job ID Ran Files Coverage
1 27668093647.1 17 Jun 2026 08:33AM UTC 103
82.91
GitHub Action Run
Source Files on build 27668093647
  • Tree
  • List 103
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #5764
  • PR Base - master (#27643467778)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc