Hello,
I'm trying to apply the provided helm examples with a template of my own. My yaml file has multiple documents inside separated with "---" to define different resources (service, deployment, etc.) and when using the UnmarshalK8SYaml function (github.com/gruntwork-io/terratest/modules/helm), it only seems to pick the first document definition.
Any help would be much appreaciated.
Hello,
I'm trying to apply the provided helm examples with a template of my own. My yaml file has multiple documents inside separated with "---" to define different resources (service, deployment, etc.) and when using the
UnmarshalK8SYamlfunction (github.com/gruntwork-io/terratest/modules/helm), it only seems to pick the first document definition.Any help would be much appreaciated.