Skip to content

Commit 0eabe32

Browse files
ShravaniVangurmergify[bot]
authored andcommitted
deploy: setting RequiredDropCapabilities to ALL for ceph-csi scc
This commit sets the RequiredDropCapabilities of ceph-csi to "ALL". Signed-off-by: ShravaniVangur <[email protected]>
1 parent b0751cb commit 0eabe32

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

api/deploy/ocp/scc.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ allowHostPID: true
2020
allowHostIPC: true
2121
# Set to false as we write to RootFilesystem inside csi containers
2222
readOnlyRootFilesystem: false
23+
requiredDropCapabilities:
24+
- ALL
2325
runAsUser:
2426
type: RunAsAny
2527
seLinuxContext:

deploy/scc.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ allowHostPID: true
2727
allowHostIPC: true
2828
# Set to false as we write to RootFilesystem inside csi containers
2929
readOnlyRootFilesystem: false
30+
requiredDropCapabilities:
31+
- ALL
3032
runAsUser:
3133
type: RunAsAny
3234
seLinuxContext:

vendor/github.com/ceph/ceph-csi/api/deploy/ocp/scc.yaml

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)