docs(discount-bandit): sync network policy coverage#337
Open
mberlofa wants to merge 1 commit into
Open
Conversation
📝 WalkthroughWalkthroughThis PR expands the Networking configuration reference table in the discount-bandit chart documentation to cover additional NetworkPolicy ingress and egress parameters, and adds a ChangesDiscount Bandit Docs and Playground Update
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
mberlofa
added a commit
to helmforgedev/charts
that referenced
this pull request
Jul 6, 2026
## Summary - align Discount Bandit NOTES with the numbered HelmForge operational sections - add canonical `networkPolicy.egress.extraEgress` support while preserving existing `extraTo` peers - document the new NetworkPolicy egress surface in values schema and helm-unittest coverage ## Validation - make template-standards-check CHART=discount-bandit - helm unittest charts/discount-bandit - helm lint --strict charts/discount-bandit - make standards-check CHART=discount-bandit - make validate-chart CHART=discount-bandit TIMEOUT=900: FULLY VALIDATED (19 layers) - make site-sync-check CHART=discount-bandit - make release-check REPO=charts - make attribution-check REPO=charts Site PR: helmforgedev/site#337 Issue: #633 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added support for `networkPolicy.egress.extraEgress`, allowing custom full egress rules (including `to`/ports) to be appended to the rendered NetworkPolicy. * **Documentation** * Reformatted and reorganized the chart notes into a clearer, markdown-style layout. * **Tests** * Added a test to confirm `extraEgress` is correctly rendered in the NetworkPolicy output. * **Chores** * Expanded `values.schema.json` and updated `values.yaml` to document the new `networkPolicy` egress options. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: MergeCheck <mergecheck@example.invalid>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
networkPolicy.egress.extraEgressvalue in the chart page configuration referenceValidation
Chart PR: helmforgedev/charts#658
Issue: helmforgedev/charts#633