Skip to content

Commit

Permalink
Merge pull request #9247 from rook/mergify/bp/release-1.7/pr-9236
Browse files Browse the repository at this point in the history
core: fix openshift security context (backport #9236)
  • Loading branch information
leseb committed Nov 24, 2021
2 parents f1777e8 + 6a28173 commit 0a94e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/examples/kubernetes/ceph/operator-openshift.yaml
Expand Up @@ -14,9 +14,9 @@ allowPrivilegedContainer: true
allowHostNetwork: true
allowHostDirVolumePlugin: true
priority:
allowedCapabilities: []
allowHostPorts: true
allowHostPID: true # remove this once we drop support for Nautilus
allowedCapabilities: ["MKNOD"]
allowHostIPC: true
readOnlyRootFilesystem: false
requiredDropCapabilities: []
Expand Down

0 comments on commit 0a94e11

Please sign in to comment.