[Go] templating is a powerful feature that allows you to generate text output by replacing placeholders (variables) in a template with their corresponding values. It's a convenient way to generate dynamic content, including [YAML] files. In this tutorial we'll see how we can use [Go templation] to replace values in a [YamL] file with values from another [Helm](https://helm.sh/) file.