This repository was archived by the owner on Jun 1, 2025. It is now read-only.
2025.3.17
Usage
Specify one or more of the available overlays in your local kustomization.yaml:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# use the 'all' overlay to get all available policies
- https://github.com/metio/vap-collection//overlays/all/?ref=2025.3.17
# or select individual overlay for specific policies
- https://github.com/metio/vap-collection//overlays/best-practices/?ref=2025.3.17
- https://github.com/metio/vap-collection//overlays/pod-security-standards-baseline/?ref=2025.3.17
- https://github.com/metio/vap-collection//overlays/pod-security-standards-restricted/?ref=2025.3.17Check the migration guide for any required actions on your part.
What's Changed
- add require-requests-limits policy by @sebhoss in #26
- add ban-default-namespace policy by @sebhoss in #27
- add require-run-as-nonroot policy by @sebhoss in #28
Full Changelog: 2025.3.10...2025.3.17