Skip to content

Commit 4855aef

Browse files
committed
Add containerized pre-commit hook
1 parent 913cc49 commit 4855aef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,12 @@
1515
language: golang
1616
name: Helm Docs Built
1717
require_serial: true
18+
19+
- id: helm-docs-container
20+
args: []
21+
description: Uses the container image of 'helm-docs' to create documentation from the Helm chart's 'values.yaml' file, and inserts the result into a corresponding 'README.md' file.
22+
entry: jnorwood/helm-docs:latest
23+
files: (README\.md\.gotmpl|(Chart|requirements|values)\.yaml)$
24+
language: docker_image
25+
name: Helm Docs Container
26+
require_serial: true

0 commit comments

Comments
 (0)