Skip to content

Commit 44826ba

Browse files
authored
Add securityContext.seccompProfile.type: RuntimeDefault to manager Deployment (#358)
1 parent 96eeffd commit 44826ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/manager/manager.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ spec:
3939
spec:
4040
securityContext:
4141
runAsNonRoot: true
42+
seccompProfile:
43+
type: RuntimeDefault
4244
containers:
4345
- args:
4446
- --leader-elect

0 commit comments

Comments
 (0)