Skip to content

Commit

Permalink
fix: Helm chart PVC storage class name (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
vuongxuongminh committed Jun 7, 2021
1 parent 26680ef commit d117d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mercure/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ spec:
requests:
storage: {{ .Values.persistence.size | quote }}
{{- if .Values.persistence.storageClass -}}
storageClassName: {{ if (eq "-" .Values.persistence.storageClass) -}}""{{ else }}{{ .Values.persistence.accessMode | quote }}{{ end -}}
storageClassName: {{ if (eq "-" .Values.persistence.storageClass) -}}""{{ else }}{{ .Values.persistence.storageClass | quote }}{{ end -}}
{{- end -}}
{{- end }}

0 comments on commit d117d01

Please sign in to comment.