Introduction
This article walks you through the issue while rendering Helm Chart.
Issue
Please check if the given manifests are valid and can be rendered by the Go template. To know more about Go templating, refer:
Mostly this error occurs when your Helm chart consists include function and you selected manifest format as Kubernetes Resource Specs in YAML format in your service because of this Harness renders the Helm chart as a Go template and failed to render it.
As image below:
To resolve this issue you need to select the Manifest format as Helm Chart from Source Repository in your service. So Harness will render your Helm chart as Helm templating.
As image below:
Hope this article helps you out.