charts/kube-cert-manager/templates/list.resources.yaml (6 lines of code) (raw):

{{- if not (empty .Values.customKubernetesResources) }} apiVersion: v1 kind: List items: {{ tpl ( .Values.customKubernetesResources | toYaml ) $ | indent 2 }} {{- end }}