rancher-partner-charts/charts/codefresh/cf-runtime/6.4.0/templates/extra/extra-resources.yaml

6 lines
233 B
YAML

{{ $cfCommonTplSemver := printf "cf-common-%s" (index .Subcharts "cf-common").Chart.Version }}
{{- range .Values.extraResources }}
---
{{ include (printf "%s.tplrender" $cfCommonTplSemver) (dict "Values" . "context" $) }}
{{- end }}