build.assets/tooling/cmd/render-helm-ref/README.md
render-helm-ref reads a Helm chart values.yaml and generates a chart reference.
This reference can then be included in our user documentation.
go run ./cmd/render-helm-ref/ \
-chart ../../examples/chart/teleport-cluster/charts/teleport-operator \
-output ../../docs/pages/reference/helm-reference/zz_generated.teleport-operator.mdx
values.yaml syntaxSee the test data values.yaml for an example input,
and its expected output
pkg is not reusable because it
relies to heavily on viper. We would also need to specify @raw everywhere,
which is cumbersome.