Skip to content

Commit

Permalink
Documenting Helm support via 3rd party repo (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyr committed Dec 27, 2022
1 parent 752a33e commit 84afe70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
dist/
bin/
.idea/
**/*.pyc
8 changes: 8 additions & 0 deletions Readme.md
Expand Up @@ -49,6 +49,7 @@ sys 0m1,069s
* [Integrating Kubeconform in the CI](#Integrating-Kubeconform-in-the-CI)
* [Github Workflow](#Github-Workflow)
* [Gitlab-CI](#Gitlab-CI)
* [Helm charts](#helm-charts)
* [Using kubeconform as a Go Module](#Using-kubeconform-as-a-Go-Module)
* [Credits](#Credits)

Expand Down Expand Up @@ -325,6 +326,13 @@ lint-kubeconform:

See [issue 106](https://github.com/yannh/kubeconform/issues/106) for more details.

## Helm charts

There is a 3rd party [repository](https://github.com/jtyr/kubeconform-helm) that
allows to use `kubeconform` to test [Helm charts](https://helm.sh) in the form of
a [Helm plugin](https://helm.sh/docs/topics/plugins/) and [`pre-commit`
hook](https://pre-commit.com/).

## Using kubeconform as a Go Module

**Warning**: This is a work-in-progress, the interface is not yet considered stable. Feedback is encouraged.
Expand Down
Binary file not shown.

0 comments on commit 84afe70

Please sign in to comment.