Skip to content

Commit

Permalink
update pvc claim policy meilisearch.
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Jul 12, 2022
1 parent f1a463f commit b925435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/meilisearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v0.27.1"
description: A Helm chart for the Meilisearch search engine
name: meilisearch
version: 0.1.37
version: 0.1.38
icon: https://res.cloudinary.com/meilisearch/image/upload/v1597822872/Logo/logo_img.svg
home: https://github.com/meilisearch/meilisearch-kubernetes/charts
maintainers:
Expand Down
1 change: 1 addition & 0 deletions charts/meilisearch/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ metadata:
spec:
accessModes:
- {{ .Values.persistence.accessMode | quote }}
persistentVolumeReclaimPolicy: Retain
resources:
requests:
storage: {{ .Values.persistence.size | quote }}
Expand Down

0 comments on commit b925435

Please sign in to comment.