Skip to content

Commit

Permalink
Merge pull request #73 from Seagate/bug#57-extra
Browse files Browse the repository at this point in the history
fix: clarify comment for volPrefix in storageclass example (#57)
  • Loading branch information
seagate-chris committed Mar 29, 2023
2 parents 2041882 + daf3152 commit 7d64a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/storageclass-example1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ parameters:
csi.storage.k8s.io/controller-expand-secret-namespace: default
fsType: ext4 # Desired filesystem
pool: A # Pool to use on the IQN to provision volumes
volPrefix: csi # Desired prefix for volume naming, an underscore is appended
volPrefix: csi # Desired prefix for volume naming. 3 chars max; an underscore will be appended.
storageProtocol: iscsi # The storage interface (iscsi, fc, sas) being used for storage i/o

0 comments on commit 7d64a67

Please sign in to comment.