chart-doc-gen icon indicating copy to clipboard operation
chart-doc-gen copied to clipboard

Helm Chart Documentation Generator

Results 8 chart-doc-gen issues
Sort by recently updated
recently updated
newest added

My chart has a bunch of features which can be activated through the `values.yaml`. Those however aren't just switches, but can contain templating themselves. As an example, one might pass...

## Issue The Project cannot be built as we got this error ``` go get -u kubepack.dev/[email protected] go: downloading kubepack.dev/chart-doc-gen v0.3.4 go: downloading sigs.k8s.io/kustomize/kyaml v0.1.12 go: downloading k8s.io/apimachinery v0.18.3 go:...

Hi, Your project is really geat :+1: However, why do we have to provide a `doc.yaml` which contains a `chart` block ? The Chart.yaml could be used as an input,...

Thanks for this - really nice. Got really excited and migrated to this format throughout, and then found that it doesn't look to handle list objects? Some of the main...

enhancement
good first issue
help wanted

In some cases it is useful to add some documenation at 2 diffent levels. Example : ```yaml # Bla bla about persistence persistence: # Enable / disable persistence enabled: true...

I want to modify few sections in the ReadMe template.Looks like its already part of binary. So please advice on this.

Hi Is it possible to ignore values - don't put them in the readme? If not, are you open to a PR?

help wanted