> For the complete documentation index, see [llms.txt](https://documentation.planeo.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.planeo.dev/configuration-of-services/automated-template-variables.md).

# Automated Template Variables

There are cases where a Helm chart needs to be flexible enough to be deployed in multiple Stacks and Environments, but lacks the capability to detect configurations and handle this. To avoid sprawling and repetitive Stack level arguments, we support the following automatically set template variables:

* {{ .Release.Name }} - The ID of this Helm release
* TODO add more!
