Skip to content

Commit

Permalink
common: Fix PVC template alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon KP committed Feb 13, 2024
1 parent 9c4b42e commit f614c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/common/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ spec:
{{ toYaml . | indent 4 }}
{{- end }}
{{- if (eq "-" .storageClass) }}
storageClassName: ""
storageClassName: ""
{{- else }}
storageClassName: {{ $fullName }}-{{ $volume.name }}-sc
storageClassName: {{ $fullName }}-{{ $volume.name }}-sc
{{- end }}
{{- if .resources }}
resources:
Expand Down

0 comments on commit f614c87

Please sign in to comment.