Closed ivankennethwang closed 5 years ago
In commit 1cd50e446259cded7493004c59261274c1748186, the chart was changed but the values.yaml wasn't.
I believe it should have a change such as:
- {{- if .Values.persistentVolume.storageClassName }} - {{- if (eq "-" .Values.persistentVolume.storageClassName) }} + {{- if .Values.persistence.storageClassName }} + {{- if (eq "-" .Values.persistence.storageClassName) }} - storageClassName: "{{ .Values.persistentVolume.storageClassName }}" + storageClassName: "{{ .Values.persistence.storageClassName }}"```
thanks, I somehow missed that inconsistency
In commit 1cd50e446259cded7493004c59261274c1748186, the chart was changed but the values.yaml wasn't.
I believe it should have a change such as: