1
0
forked from suse-edge/Factory
Factory/sriov-network-operator-chart/templates/extra-list.yaml

8 lines
143 B
YAML

{{- range .Values.extraDeploy }}
---
{{- if typeIs "string" . }}
{{- tpl . $ }}
{{- else }}
{{- tpl (. | toYaml) $ }}
{{- end }}
{{- end }}