diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9187e4eda..ca5eec7303 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -67,7 +67,16 @@ repos: rev: v2.2.0 hooks: - id: doctoc - args: [--update-only, --title, '## Table of Contents'] + args: [--update-only, --title, "## Table of Contents"] + + - repo: https://github.com/norwoodj/helm-docs + rev: v1.14.2 + hooks: + - id: helm-docs-built + args: + - --chart-search-root=charts + - --template-files=_templates.gotmpl + - --template-files=README.md.gotmpl ci: skip: [golangci-lint-full, prettier, markdownlint-cli2, yamllint]