amithkk / stable-diffusion-k8s

⚡Instant Stable Diffusion on k8s(Kubernetes) with Helm
MIT License
89 stars 31 forks source link

Issues with "storageClassName" #1

Closed joekr closed 2 years ago

joekr commented 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.

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.

amithkk commented 2 years ago

Thank you for reporting this! I will update the values.yaml to match