Skip to content

Commit

Permalink
Add securityContext.seccompProfile.type: RuntimeDefault to manager De…
Browse files Browse the repository at this point in the history
…ployment (#358)
  • Loading branch information
rybnico authored Dec 10, 2024
1 parent 96eeffd commit 44826ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ spec:
spec:
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
containers:
- args:
- --leader-elect
Expand Down

0 comments on commit 44826ba

Please sign in to comment.