mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-02-06 11:29:30 +00:00
Merge pull request #241 from red-hat-storage/sync_us--devel
Syncing latest changes from upstream devel for ceph-csi
This commit is contained in:
commit
5b7cc2a40d
@ -5,5 +5,5 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
attachRequired: false
|
attachRequired: false
|
||||||
podInfoOnMount: false
|
podInfoOnMount: false
|
||||||
fsGroupPolicy: File
|
fsGroupPolicy: {{ default "File" .Values.CSIDriver.fsGroupPolicy }}
|
||||||
seLinuxMount: true
|
seLinuxMount: true
|
||||||
|
@ -41,6 +41,23 @@ logLevel: 5
|
|||||||
# sidecarLogLevel is the variable for Kubernetes sidecar container's log level
|
# sidecarLogLevel is the variable for Kubernetes sidecar container's log level
|
||||||
sidecarLogLevel: 1
|
sidecarLogLevel: 1
|
||||||
|
|
||||||
|
# Set fsGroupPolicy for CSI Driver object spec
|
||||||
|
# https://kubernetes-csi.github.io/docs/support-fsgroup.html
|
||||||
|
# The following modes are supported:
|
||||||
|
# - None: Indicates that volumes will be mounted with no modifications, as the
|
||||||
|
# CSI volume driver does not support these operations.
|
||||||
|
# - File: Indicates that the CSI volume driver supports volume ownership and
|
||||||
|
# permission change via fsGroup, and Kubernetes may use fsGroup to change
|
||||||
|
# permissions and ownership of the volume to match user requested fsGroup in
|
||||||
|
# the pod's SecurityPolicy regardless of fstype or access mode.
|
||||||
|
# - ReadWriteOnceWithFSType: Indicates that volumes will be examined to
|
||||||
|
# determine if volume ownership and permissions should be modified to match
|
||||||
|
# the pod's security policy.
|
||||||
|
# Changes will only occur if the fsType is defined and the persistent volume's
|
||||||
|
# accessModes contains ReadWriteOnce.
|
||||||
|
CSIDriver:
|
||||||
|
fsGroupPolicy: "File"
|
||||||
|
|
||||||
nodeplugin:
|
nodeplugin:
|
||||||
name: nodeplugin
|
name: nodeplugin
|
||||||
# if you are using ceph-fuse client set this value to OnDelete
|
# if you are using ceph-fuse client set this value to OnDelete
|
||||||
|
Loading…
Reference in New Issue
Block a user