Skip to content

Commit

Permalink
util: setting RequiredDropCapabilities to ALL for rook-ceph-csi scc
Browse files Browse the repository at this point in the history
This commit sets the RequiredDropCapabilities of rook-ceph-csi to "ALL".

Signed-off-by: ShravaniVangur <shravanivangur@gmail.com>
  • Loading branch information
ShravaniVangur committed Aug 14, 2024
1 parent fb9403e commit 3f5bbb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/deploy/ocp/scc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ allowHostPID: true
allowHostIPC: true
# Set to false as we write to RootFilesystem inside csi containers
readOnlyRootFilesystem: false
requiredDropCapabilities:
- ALL
runAsUser:
type: RunAsAny
seLinuxContext:
Expand Down
2 changes: 2 additions & 0 deletions deploy/scc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ allowHostPID: true
allowHostIPC: true
# Set to false as we write to RootFilesystem inside csi containers
readOnlyRootFilesystem: false
requiredDropCapabilities:
- ALL
runAsUser:
type: RunAsAny
seLinuxContext:
Expand Down
2 changes: 2 additions & 0 deletions vendor/github.com/ceph/ceph-csi/api/deploy/ocp/scc.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f5bbb9

Please sign in to comment.