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!

Last updated