purestorage / helm-charts

Pure Storage Helm Charts
Apache License 2.0
47 stars 43 forks source link

Clarify details in the docs for flashArrays #216

Closed jayunit100 closed 4 years ago

jayunit100 commented 4 years ago

@sdizer to add details ...

flasharray:
  sanType: ISCSI
  defaultFSType: xfs
  defaultFSOpt: "-q"
  defaultMountOpt:
    - discard
  preemptAttachments: "true"
  iSCSILoginTimeout: 20
  iSCSIAllowedCIDR: ""

seems to be out of sync with the docs...

jayunit100 commented 4 years ago

(xref https://github.com/purestorage/helm-charts/blob/master/pure-csi/values.yaml)

sdodsley commented 4 years ago

@jayunit100 / @sdizer Can you provide more details as to what is out of sync with what?

sdodsley commented 4 years ago

I suspect this has already been resolved by #215