Skip to content

Commit

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

Signed-off-by: ShravaniVangur <[email protected]>
  • Loading branch information
ShravaniVangur authored and mergify[bot] committed Aug 15, 2024
1 parent b0751cb commit 0eabe32
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 0eabe32

Please sign in to comment.