mirror of
https://github.com/penpot/penpot-helm.git
synced 2024-12-22 05:32:59 -05:00
16 lines
596 B
YAML
16 lines
596 B
YAML
|
repos:
|
||
|
- repo: https://github.com/norwoodj/helm-docs
|
||
|
rev: v1.13.1
|
||
|
hooks:
|
||
|
- id: helm-docs-built
|
||
|
args:
|
||
|
# Make the tool search for charts only under the `example-charts` directory
|
||
|
- --chart-search-root=charts
|
||
|
|
||
|
# The `./` makes it relative to the chart-search-root set above
|
||
|
#- --template-files=./_templates.gotmpl
|
||
|
|
||
|
# Repeating the flag adds this to the list, now [./_templates.gotmpl, README.md.gotmpl]
|
||
|
# A base filename makes it relative to each chart directory found
|
||
|
- --template-files=README.md.gotmpl
|