meilisearch-kubernetes
meilisearch-kubernetes copied to clipboard
Implement existingClaim functionality
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.