Merge "Run as ceph user and disallow privilege escalation"
This commit is contained in:
commit
204c51a669
@ -15,6 +15,6 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Ceph Client
|
||||
name: ceph-client
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
home: https://github.com/ceph/ceph-client
|
||||
...
|
||||
|
@ -71,8 +71,9 @@ pod:
|
||||
runAsUser: 0
|
||||
readOnlyRootFilesystem: true
|
||||
mds:
|
||||
runAsUser: 0
|
||||
runAsUser: 64045
|
||||
readOnlyRootFilesystem: true
|
||||
allowPrivilegeEscalation: false
|
||||
mgr:
|
||||
pod:
|
||||
runAsUser: 65534
|
||||
@ -81,8 +82,9 @@ pod:
|
||||
runAsUser: 0
|
||||
readOnlyRootFilesystem: true
|
||||
mgr:
|
||||
runAsUser: 0
|
||||
runAsUser: 64045
|
||||
readOnlyRootFilesystem: true
|
||||
allowPrivilegeEscalation: false
|
||||
bootstrap:
|
||||
pod:
|
||||
runAsUser: 65534
|
||||
|
Loading…
Reference in New Issue
Block a user