meilisearch/meilisearch-kubernetes

Implement existingClaim functionality

kevin96666 opened this issue · 1 comments

Description
Make possible to bind pvc existingClaim

Basic example
Someting like this :
{{- if and if .Values.persistence.enabled if .Values.persistence.existingClaim }}
- name: data
persistentVolumeClaim:
claimName: {{ .Values.persistence.existingClaim }}

Hi @kevin96666,
Thanks for the suggestion.