kindIs returns false when documentation says it should return true #1532
Open
Description
Opening this issue following the reply on helm/helm#12084 (helm/helm#12084 (comment))
Description
{{ if kindIs "int" 123 }}
returns false when documentation says it should return true.
This appears to be a documentation issue. The kind of a yaml/json parsed number is float64 with the library that's used. Please file an issue in helm-www.
Behavior details can be found in mentioned issue.
Metadata
Assignees
Labels
No labels