deploy-templates/templates/extra_manifests.yaml (8 lines of code) (raw):

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