Note this is _not_ a duplicate of #48 or #129 . A helm chart can generate an object of `kind: List`, which seems to be just another way of writing several objects into one yaml-file. An example of such a chart is [prometheus-operator](https://github.com/helm/charts/tree/master/stable/prometheus-operator), using `kind: List` in generated ServiceMonitors, PodMonitors etc. The resulting manifests thus may contain multiple `kind: List` objects, with no name.