Skip to content

Commit

Permalink
Merge pull request #2582 from headlamp-k8s/helm-sc-fix
Browse files Browse the repository at this point in the history
charts: Fix storageClassName in pvc
  • Loading branch information
joaquimrocha authored Nov 18, 2024
2 parents 920445e + 989e3a6 commit 483c2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/headlamp/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
{{- with .Values.persistentVolumeClaim.volumeMode }}
volumeMode: {{ . }}
{{- end }}
{{- with .Values.persistentVolumeClaim.storageClass }}
{{- with .Values.persistentVolumeClaim.storageClassName }}
storageClassName: {{ . }}
{{- end }}
{{- with .Values.persistentVolumeClaim.selector }}
Expand Down

0 comments on commit 483c2f5

Please sign in to comment.