Skip to content

Commit c815076

Browse files
authored
[Cherry-pick] Add seccompProfile.type=RuntimeDefault to kuberay-operator. (#1955) (#2031)
1 parent 780c354 commit c815076

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm-chart/kuberay-operator/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ securityContext:
6767
drop:
6868
- ALL
6969
runAsNonRoot: true
70+
seccompProfile:
71+
type: RuntimeDefault
7072

7173

7274
# If rbacEnable is set to false, no RBAC resources will be created, including the Role for leader election, the Role for Pods and Services, and so on.

0 commit comments

Comments
 (0)