Is there a way to achieve full type-safety when us...
# kubernetes
w
Is there a way to achieve full type-safety when using
kubernetes.helm.sh.v3.Chart
(and TS)? Specifically for things like
values
.
The only thing I found is this: https://github.com/SocialGouv/helm-schema So maybe we can generate JSONSchema from
values.yaml
file, and then generate TS from the JSONSchema
w
Thanks @damp-airline-38442! I'll take a look