Skip to content

Add PersistentVolumeClaim for Redis

DJ Mountney requested to merge redis-pvc into master

Closes: https://gitlab.com/charts/helm.gitlab.io/issues/171

This updates the previous support for PVC, by generating the PVC for you if requested (defaults to enabled) but allows you to specify an existing volume to bind to.

This bring redis in to match what we have done for minio and psql.

Merge request reports