Skip to content

Commit

Permalink
Revert "updated the comment for fSGroupPolicy in powerflex samples (#820
Browse files Browse the repository at this point in the history
)"

This reverts commit 200c699.
  • Loading branch information
shefali-malhotra authored Dec 10, 2024
1 parent 200c699 commit fbb5151
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: File
# Default value: ReadWriteOnceWithFSType
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: File
# Default value: ReadWriteOnceWithFSType
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: File
# Default value: ReadWriteOnceWithFSType
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 fbb5151

Please sign in to comment.