Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rottj006 committed Oct 10, 2021
1 parent 8103602 commit 877cfc3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
language: script
name: Helm Docs
require_serial: true

- id: helm-docs-built
args: []
description: Uses locally installed 'helm-docs' to create documentation from the Helm chart's 'values.yaml' file, and inserts the result into a corresponding 'README.md' file.
entry: git-hook/helm-docs
files: (README\.md\.gotmpl|(Chart|requirements|values)\.yaml)$
language: golang
name: Helm Docs Built
require_serial: true

0 comments on commit 877cfc3

Please sign in to comment.