We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69c1bc commit 3ee00c2Copy full SHA for 3ee00c2
charts/meilisearch/templates/pvc.yaml
@@ -11,10 +11,10 @@ metadata:
11
{{- with .Values.customLabels }}
12
{{- toYaml . | nindent 4 }}
13
{{- end }}
14
-{{- with .Values.persistence.annotations }}
+ {{- with .Values.persistence.annotations }}
15
annotations:
16
-{{ toYaml . | indent 4 }}
17
-{{- end }}
+ {{ toYaml . | nindent 4 }}
+ {{- end }}
18
spec:
19
accessModes:
20
- {{ .Values.persistence.accessMode | quote }}
0 commit comments