feat: add unittest for storageClass and minor correction in helpers

credits go to: @benmonty
This commit is contained in:
DaanSelen
2026-04-23 09:01:42 +02:00
parent 137b52a2d4
commit 2301e22e32
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ Storage Class
{{- $storageClass := default (tpl ( default "" .Values.global.storageClass) .) }}
{{- if $storageClass }}
storageClassName: {{ $storageClass | quote }}
{{- end }}
{{- end -}}
{{- end -}}
{{/*