You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator/values.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,8 @@ securityContext:
53
53
- ALL
54
54
seccompProfile:
55
55
# securityContext.seccompProfile.type -- one of RuntimeDefault, Unconfined, Localhost
56
-
type: Unconfined
56
+
# To disable seccompProfile, set to Unconfined. See: https://kubernetes.io/docs/tutorials/security/seccomp/
57
+
type: RuntimeDefault
57
58
58
59
# -- Sets the securityContext on the operators pod level. See: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
0 commit comments