Skip to content

Commit

Permalink
Merge pull request #17 from norwoodj/git-hook-changes
Browse files Browse the repository at this point in the history
feat: changes files for git hook slightly
  • Loading branch information
norwoodj authored Aug 9, 2019
2 parents a705e76 + 99f737f commit bddbcfe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
helm-docs
/helm-docs
/cmd/helm-docs/helm-docs
dist
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/norwoodj/helm-docs
rev: v0.7.0
hooks:
- id: helm-docs
6 changes: 3 additions & 3 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- id: helm_docs
- id: helm-docs
args: []
description: Uses '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.sh
entry: git-hook/helm-docs
files: (Chart|requirements|values)\.yaml$
language: script
name: Helm docs
name: Helm Docs
require_serial: true
File renamed without changes.

0 comments on commit bddbcfe

Please sign in to comment.