Skip to content

Commit

Permalink
Fix pss for hostNetwork (#147)
Browse files Browse the repository at this point in the history
* Fix PSS to allow using hostNetwork in agents.

* Fix PSS to allow using hostNetwork in agents.
  • Loading branch information
whites11 authored Jan 16, 2024
1 parent ed4debf commit 78ed5af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fix PSS to allow using hostNetwork in agents.

## [1.2.2] - 2023-12-21

# Changed
Expand Down
6 changes: 6 additions & 0 deletions helm/aws-efs-csi-driver/templates/pss-exceptions-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ spec:
- adding-capabilities-strict
- autogen-require-drop-all
- autogen-adding-capabilities-strict
- policyName: disallow-host-namespaces
ruleNames:
- autogen-host-namespaces
- policyName: disallow-host-ports
ruleNames:
- autogen-host-ports-none
match:
any:
- resources:
Expand Down

0 comments on commit 78ed5af

Please sign in to comment.