Skip to content

Commit

Permalink
Update 14-openshift-security-context-constraints.yaml (#1539)
Browse files Browse the repository at this point in the history
Add IPC_LOCK to allowedCapabilities otherwise kubeshark-worker-daemon-set will not deploy.
  • Loading branch information
radikaled committed May 5, 2024
1 parent b88f1c7 commit 06e0def
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -28,6 +28,7 @@ allowedCapabilities:
- DAC_OVERRIDE
- SYS_RESOURCE
- SYS_MODULE
- IPC_LOCK
runAsUser:
type: RunAsAny
fsGroup:
Expand Down

0 comments on commit 06e0def

Please sign in to comment.