Skip to content

Commit

Permalink
updated the comment for fSGroupPolicy in powerflex samples
Browse files Browse the repository at this point in the history
Signed-off-by: shefali-malhotra <kalrashefali10@gmail.com>
  • Loading branch information
shefali-malhotra committed Dec 10, 2024
1 parent be3d939 commit c4c65e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/storage_csm_powerflex_v2101.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
# in OCP <= 4.16 and K8s <= 1.29, fsGroupPolicy is an immutable field
# fsGroupPolicy: Defines if the underlying volume supports changing ownership and permission of the volume before being mounted.
# Allowed values: ReadWriteOnceWithFSType, File , None
# Default value: ReadWriteOnceWithFSType
# Default value: File
fSGroupPolicy: "File"
# storageCapacity: Helps the scheduler to schedule the pod on a node satisfying the topology constraints, only if the requested capacity is available on the storage array
# Allowed values:
Expand Down
2 changes: 1 addition & 1 deletion samples/storage_csm_powerflex_v2110.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
# in OCP <= 4.16 and K8s <= 1.29, fsGroupPolicy is an immutable field
# fsGroupPolicy: Defines if the underlying volume supports changing ownership and permission of the volume before being mounted.
# Allowed values: ReadWriteOnceWithFSType, File , None
# Default value: ReadWriteOnceWithFSType
# Default value: File
fSGroupPolicy: "File"
# storageCapacity: Helps the scheduler to schedule the pod on a node satisfying the topology constraints, only if the requested capacity is available on the storage array
# Allowed values:
Expand Down
2 changes: 1 addition & 1 deletion samples/storage_csm_powerflex_v2120.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
# in OCP <= 4.16 and K8s <= 1.29, fsGroupPolicy is an immutable field
# fsGroupPolicy: Defines if the underlying volume supports changing ownership and permission of the volume before being mounted.
# Allowed values: ReadWriteOnceWithFSType, File , None
# Default value: ReadWriteOnceWithFSType
# Default value: File
fSGroupPolicy: "File"
# storageCapacity: Helps the scheduler to schedule the pod on a node satisfying the topology constraints, only if the requested capacity is available on the storage array
# Allowed values:
Expand Down

0 comments on commit c4c65e2

Please sign in to comment.