We use helm-docs to generate a markdown file containing a table of all available parameters.
Please follow their installation instruction, either use brew on MacOS or
install from source. If you install from source, go is required.
helm-docs is able to parse yaml comments, but only if they are prefixed with --:
registry:
# -- The docker registry.
name: "localhost:5000"To generate HELM chart documentation run:
helm-docs --dry-run > docs.mdAs a final step, update the content in the respective Cloud Harness wiki page.