softplayer-helm-lib/charts/workload/templates/raw/_raw.tpl

9 lines
148 B
Smarty
Raw Normal View History

2024-05-26 11:02:04 +00:00
{{- define "lib.raw" -}}
{{- if $.Values.raw -}}
{{- range $.Values.raw }}
---{{- (tpl . $) | nindent 0 }}
{{- end }}
{{- end -}}
{{- end -}}