Skip to content

Commit 08da595

Browse files
Add seccompProfile to KubeRay operator deployment for PSS compliance (#3931)
Signed-off-by: Harshvir Potpose <[email protected]>
1 parent d79f1b7 commit 08da595

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ray-operator/config/manager/manager.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ spec:
2222
spec:
2323
securityContext:
2424
runAsNonRoot: true
25+
seccompProfile:
26+
type: RuntimeDefault
2527
serviceAccountName: kuberay-operator
2628
containers:
2729
- command:
@@ -37,6 +39,8 @@ spec:
3739
protocol: TCP
3840
name: kuberay-operator
3941
securityContext:
42+
seccompProfile:
43+
type: RuntimeDefault
4044
allowPrivilegeEscalation: false
4145
livenessProbe:
4246
httpGet:

0 commit comments

Comments
 (0)