charts/apisix/templates/extra-list.yaml (8 lines of code) (raw):

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