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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,9 @@ securityContext:
51
51
drop:
52
52
# securityContext.capabilities.drop[0] -- This drops all linux privileges from the operator container. They are not required
53
53
- ALL
54
+
seccompProfile:
55
+
# securityContext.seccompProfile.type -- one of RuntimeDefault, Unconfined, Localhost
56
+
type: Unconfined
54
57
55
58
# -- 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