Thank David,
Would you consider the change to allow PVCs names provided as variables in the next release of the chart?
I my case it would be preferable option rather that pre-build PVCs (or modify chart)?
Hello,
Is there a way to modify helm chart core-statefulset.yaml to use predefined PVCs vi parameters
so instead of
...
- name: datadir
mountPath: "{{ .Values.core.persistentVolume.mountPath }}"
{{- if .Values.core.persistentVolume.subPath }}
subPath...