You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- resolve global security context defaults into a temporary map instead
of emitting raw YAML
- merge pod/container contexts with set-based helper to avoid leaking
other global values into securityContext blocks
- update Besu and bootstrapper manifests to consume the shared helper
without fromYaml conversions
## Testing
- helm template test charts/network --namespace test
- bun run check
- bun run typecheck
- bun run test
## Summary by Sourcery
Refactor Helm chart security context helpers to isolate global defaults
in a scoped map and update chart templates to use the new helper
signature, eliminating raw YAML emission and parsing.
Bug Fixes:
- Prevent leaking unrelated global securityContext values into pod and
container contexts
Enhancements:
- Refactor securityContexts helper to accept a destination map and merge
global pod/container defaults with chart overrides in-place
- Update network-bootstrapper and network-nodes templates to initialize
a dest dict and invoke the refactored helper without relying on raw YAML
or fromYaml parsing
0 commit comments