Skip to content

Commit 55af0e9

Browse files
authored
enable seccompProfile for manager (#48)
1 parent ecb3a6b commit 55af0e9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

config/manager/manager.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,8 @@ spec:
5454
- linux
5555
securityContext:
5656
runAsNonRoot: true
57-
# TODO(user): For common cases that do not require escalating privileges
58-
# it is recommended to ensure that all your Pods/Containers are restrictive.
59-
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
60-
# Please uncomment the following code if your project does NOT have to work on old Kubernetes
61-
# versions < 1.19 or on vendors versions which do NOT support this field by default (i.e. Openshift < 4.11 ).
62-
# seccompProfile:
63-
# type: RuntimeDefault
57+
seccompProfile:
58+
type: RuntimeDefault
6459
containers:
6560
- command:
6661
- /manager

0 commit comments

Comments
 (0)