helm-nifi icon indicating copy to clipboard operation
helm-nifi copied to clipboard

[cetic/nifi] support configuring different storageClassName for each PVC in statefulset

Open uqix opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

With each PVC using the same storageClassName, the PVC and PV bindings were wrong after deleting the helm release and reinstalling it.

Describe the solution you'd like

Add value option like .Values.persistence.(logs|config-data|etc.).storageClass with .Values.persistence.storageClass as default.

Describe alternatives you've considered

Helm post rendering.

Additional context

We use local dirs on k8s node as PV.

uqix avatar Jan 08 '22 03:01 uqix