Skip to content

Commit

Permalink
Added seccomp annotation to falco-exporter psp (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
Strigix authored Dec 14, 2023
1 parent 56d7634 commit 348110a
Show file tree
Hide file tree
Showing 3 changed files with 13 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]

### Changed

- Added SeccompProfile annotation to `Falco-exporter` PSP.

## [0.7.0] - 2023-11-08

### Changed
Expand Down
8 changes: 8 additions & 0 deletions helm/falco/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@
"podSecurityPolicy": {
"type": "object",
"properties": {
"annotations": {
"type": "object",
"properties": {
"seccomp.security.alpha.kubernetes.io/allowedProfileNames": {
"type": "string"
}
}
},
"create": {
"type": "boolean"
}
Expand Down
1 change: 1 addition & 0 deletions helm/falco/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ falco-exporter:
repository: giantswarm/falco-exporter
podSecurityPolicy:
create: true
annotations: {seccomp.security.alpha.kubernetes.io/allowedProfileNames: '*'}
resources:
limits:
cpu: 100m
Expand Down

0 comments on commit 348110a

Please sign in to comment.