Resolve "Add custom network policies"
Compare changes
Files
5+ 12
− 0
\ No newline at end of file
UNCLASSIFIED - NO CUI
Currently supported Big Bang Version is 2.49
Attention Iron Bank Customers: On March 27, 2025, we are moving SBOM artifacts from the Anchore Scan job to the Build job to streamline the container hardening pipeline. If you currently download SBOMs from the Anchore Scan job, you can still get them from the Build job and from other sources, including IBFE and image attestations.
Adding custom network policies at the values-level
Override Test
addons:
gitlab:
values:
networkPolicies:
enabled: true
additionalPolicies:
- name: this-is-a-gitlab-job-test-test
spec:
podSelector: {}
policyTypes:
- Egress
egress:
- to:
- ipBlock:
cidr: 172.20.0.0/12
Adding custom network policies at the values-level using:
networkPolicies:
additionalPolicies: []
UNCLASSIFIED - NO CUI