Skip to content

Commit

Permalink
Fix issues reported by kyverno policies (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erkan Erol authored Aug 24, 2023
1 parent 86f2547 commit 11f007a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Ignore CVE-2023-3978.
- Fix security issues reported by kyverno policies.

## [0.8.0] - 2023-07-18

Expand Down
5 changes: 5 additions & 0 deletions helm/dns-operator-route53/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,15 @@ staticBastionIP: ""

# Add seccomp to pod security context
podSecurityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault

# Add seccomp to container security context
securityContext:
allowPrivilegeEscalation: false
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL

0 comments on commit 11f007a

Please sign in to comment.