Skip to content

Commit

Permalink
Merge pull request #48 from dell/fsgrouppolicy-pscale
Browse files Browse the repository at this point in the history
Fsgrouppolicy pscale
  • Loading branch information
bpjain2004 authored Feb 1, 2022
2 parents 5195dcb + f48fb9f commit 3ec5956
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/csi-isilon/templates/csidriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
spec:
attachRequired: true
podInfoOnMount: true
fsGroupPolicy: {{ .Values.fsGroupPolicy }}
volumeLifecycleModes:
- Persistent
- Ephemeral
10 changes: 10 additions & 0 deletions helm/csi-isilon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ kubeletConfigDir: /var/lib/kubelet
# Default value: false
enableCustomTopology: false

# fsGroupPolicy: Defines if the underlying volume supports changing ownership and permission of the volume before being mounted.
# Allowed values:
# ReadWriteOnceWithFSType: supports volume ownership and permissions change only if the fsType is defined
# and the volume's accessModes contains ReadWriteOnce.
# File: kubernetes may use fsGroup to change permissions and ownership of the volume
# to match user requested fsGroup in the pod's security policy regardless of fstype or access mode.
# None: volumes will be mounted with no modifications.
# Default value: ReadWriteOnceWithFSType
fsGroupPolicy: ReadWriteOnceWithFSType

# controller: configure controller pod specific parameters
controller:
# controllerCount: defines the number of csi-powerscale controller pods to deploy to
Expand Down

0 comments on commit 3ec5956

Please sign in to comment.