Closed joekr closed 2 years ago
values.yaml calls out
If defined, storageClassName: which isn't working when I set storageClassName in my local copy of values.yaml.
which isn't working when I set storageClassName in my local copy of values.yaml.
storageClassName
but looking at statefulset.yaml it looks like it should be storageClass. Using storageClass I can see my PVC has the expected value in the STORAGECLASS column.
storageClass
STORAGECLASS
Thank you for reporting this! I will update the values.yaml to match
values.yaml calls out
but looking at statefulset.yaml it looks like it should be
storageClass
. UsingstorageClass
I can see my PVC has the expected value in theSTORAGECLASS
column.