Helm Template Function kindOf: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Helm Templates") |
|||
Line 2: | Line 2: | ||
* [[Helm Templates#kindOf|Helm Templates]] | * [[Helm Templates#kindOf|Helm Templates]] | ||
=Overview= | |||
<code>kindOf</code> returns: | |||
* "float64" for a numeric value (int, float) | |||
* "string" for a string | |||
* "bool" for unquoted true|false | |||
* "invalid" for nil |
Latest revision as of 08:57, 5 January 2021
Internal
Overview
kindOf
returns:
- "float64" for a numeric value (int, float)
- "string" for a string
- "bool" for unquoted true|false
- "invalid" for nil