I'm trying to create HorizontalPodAutoscaler using $forEach to generate all the manifests and keep it DRY but I don't see a way to get an array of all the module names in the template string docs. It's not the first time this would be useful and usually I work around it but this time I don't see anything that wouldn't rely on just listing the modules by hand and then having to maintain that list up to date.