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

Twingate / kubernetes-operator / 18790514459
97%

Build:
DEFAULT BRANCH: main
Ran 24 Oct 2025 07:51PM UTC
Jobs 1
Files 28
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

24 Oct 2025 07:49PM UTC coverage: 96.599%. Remained the same
18790514459

push

github

web-flow
feat: Add PodDisruptionBudget twingate operator (#820)

## Summary

This PR adds configurable PodDisruptionBudget support to the
twingate-operator Helm chart.

## Changes

- Created new PDB template (`pdb.yaml`) with values-driven configuration
- Added PDB configuration to `values.yaml` (disabled by default for
backward compatibility)
- Supports both `minAvailable` and `maxUnavailable` configurations
- Added comprehensive test suite (`pdb_test.yaml`) with 5 test cases
covering:
  - Disabled PDB behavior
  - minAvailable configuration
  - maxUnavailable configuration
  - Metadata validation
  - Selector labels validation

## Configuration

```yaml
pdb:
  create: false        # Set to true to enable PDB
  minAvailable: 1      # Minimum number of pods that must remain available
  maxUnavailable: ""   # Maximum number/percentage of pods that can be unavailable
```

## Test Plan

- Unit tests added in `pdb_test.yaml`
- Helm chart linting passes
- Template rendering verified

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Eran Kampf <205185+ekampf@users.noreply.github.com>

199 of 224 branches covered (88.84%)

Branch coverage included in aggregate %.

1221 of 1246 relevant lines covered (97.99%)

0.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 18790514459.1 24 Oct 2025 07:51PM UTC 28
96.6
GitHub Action Run
Source Files on build 18790514459
  • Tree
  • List 28
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 2cfb4e0c on github
  • Prev Build on main (#18672848609)
  • Next Build on main (#18923394196)
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