Skip to content

Commit

Permalink
Add even more PSS exceptions to make node component run on 1.25. (#150
Browse files Browse the repository at this point in the history
)
  • Loading branch information
whites11 authored Feb 8, 2024
1 parent 011ab5d commit 00c4347
Show file tree
Hide file tree
Showing 2 changed files with 6 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

- Add even more PSS exceptions to make `node` component run on 1.25.

## [1.2.3] - 2024-01-16

### Fixed
Expand Down
2 changes: 2 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 @@ -43,9 +43,11 @@ spec:
- policyName: disallow-host-namespaces
ruleNames:
- autogen-host-namespaces
- host-namespaces
- policyName: disallow-host-ports
ruleNames:
- autogen-host-ports-none
- host-ports-none
match:
any:
- resources:
Expand Down

0 comments on commit 00c4347

Please sign in to comment.