Skip to content

Commit

Permalink
Set secure computing mode to RuntimeDefault (#1361)
Browse files Browse the repository at this point in the history
Necessary for adhering to the
Restricted Pod Security Standard:
https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
  • Loading branch information
waciumawanjohi authored Oct 2, 2023
1 parent b00774c commit b03e45d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/manager/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ spec:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
Expand Down

0 comments on commit b03e45d

Please sign in to comment.