Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato authored Jan 2, 2025
1 parent 0af2282 commit 93ac5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/postgresql/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
{{- if .Values.persistence.storageClassName }}
storageClassName: {{ .Values.persistence.volumeMode }}
{{- end}}
{{- if .Values.persistence.volumenMode }}
{{- if .Values.persistence.volumeMode }}
volumeMode: {{ .Values.persistence.volumeMode }}
{{- end }}

0 comments on commit 93ac5e6

Please sign in to comment.