diff --git a/charts/ceph-csi-cephfs/templates/provisioner-psp.yaml b/charts/ceph-csi-cephfs/templates/provisioner-psp.yaml index 17f7ca03e..fceecd01d 100644 --- a/charts/ceph-csi-cephfs/templates/provisioner-psp.yaml +++ b/charts/ceph-csi-cephfs/templates/provisioner-psp.yaml @@ -10,12 +10,8 @@ metadata: release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: - allowPrivilegeEscalation: true - allowedCapabilities: - - 'SYS_ADMIN' fsGroup: rule: RunAsAny - privileged: true runAsUser: rule: RunAsAny seLinux: @@ -27,7 +23,6 @@ spec: - 'emptyDir' - 'projected' - 'secret' - - 'downwardAPI' - 'hostPath' allowedHostPaths: - pathPrefix: '/dev'