Intrinsic Functions
The Helm lexicon provides 7 intrinsic functions.
| Function | Description | Output Key | Tag? |
|---|---|---|---|
values | Proxy accessor for {{ .Values.x }} references | values | No |
Release | Built-in Release object | Release | No |
ChartRef | Built-in Chart object | ChartRef | No |
include | Include a named template | include | No |
If | Conditional resource/value | If | No |
Range | Range loop | Range | No |
With | With scope | With | No |