Helm v3 Chart does not convert input properties to output properties #1923
Labels
area/helm
kind/bug
Some behavior is incorrect or out of spec
resolution/wont-fix
This issue won't be fixed
Hello!
Issue details
The documentation for
helm.v3.Chart
states all input properties are converted to output properties but that's not the case. At least in NodeJS version.The
helm.d.ts
does not have any public members:I thought maybe inputs are converted at runtime but are lacking in the
.d.ts
file but that's not the case either.Steps to reproduce
Expected:
traefik.chart
to be'traefik'
Actual:
traefik.chart
is undefinedThe text was updated successfully, but these errors were encountered: