Skip to content

Commit 3ee00c2

Browse files
Thearaseskombro
andauthored
Update charts/meilisearch/templates/pvc.yaml
Co-authored-by: Samuel Jimenez <[email protected]>
1 parent e69c1bc commit 3ee00c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/meilisearch/templates/pvc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ metadata:
1111
{{- with .Values.customLabels }}
1212
{{- toYaml . | nindent 4 }}
1313
{{- end }}
14-
{{- with .Values.persistence.annotations }}
14+
{{- with .Values.persistence.annotations }}
1515
annotations:
16-
{{ toYaml . | indent 4 }}
17-
{{- end }}
16+
{{ toYaml . | nindent 4 }}
17+
{{- end }}
1818
spec:
1919
accessModes:
2020
- {{ .Values.persistence.accessMode | quote }}

0 commit comments

Comments
 (0)