Skip to content

Commit a0201d6

Browse files
authored
fix: set the RuntimeDefault Seccomp profile for the container (#117)
1 parent 0b6e216 commit a0201d6

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
@@ -62,6 +62,8 @@ spec:
6262
capabilities:
6363
drop:
6464
- "ALL"
65+
seccompProfile:
66+
type: RuntimeDefault
6567
livenessProbe:
6668
httpGet:
6769
path: /healthz

0 commit comments

Comments
 (0)