Skip to content

Commit

Permalink
Merge pull request #19 from Grraahaam/doc/examples
Browse files Browse the repository at this point in the history
doc: add annotation examples
  • Loading branch information
dadav authored Mar 13, 2024
2 parents 7c82350 + b0cbd2a commit d8160c1
Show file tree
Hide file tree
Showing 6 changed files with 781 additions and 100 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
values.yaml
values.schema.json
./values.yaml
./values.schema.json

dist/
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,14 @@ repos:
rev: 0.10.0
hooks:
- id: helm-schema
# for all available options: helm-schema -h
args:
# directory to search recursively within for charts
- "--chart-search-root=."

# don't analyze dependencies
- "--no-dependencies"

# list of fields to skip from being created by default
# e.g. generate a relatively permissive schema
# - "--skip-auto-generation=required,additionalProperties"
Loading

0 comments on commit d8160c1

Please sign in to comment.