Documenting Helm support via 3rd party repo (#158)

This commit is contained in:
Jiri Tyr 2022-12-27 17:21:12 +01:00 committed by GitHub
parent 752a33eaeb
commit 84afe70659
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
dist/ dist/
bin/ bin/
.idea/ .idea/
**/*.pyc

View file

@ -49,6 +49,7 @@ sys 0m1,069s
* [Integrating Kubeconform in the CI](#Integrating-Kubeconform-in-the-CI) * [Integrating Kubeconform in the CI](#Integrating-Kubeconform-in-the-CI)
* [Github Workflow](#Github-Workflow) * [Github Workflow](#Github-Workflow)
* [Gitlab-CI](#Gitlab-CI) * [Gitlab-CI](#Gitlab-CI)
* [Helm charts](#helm-charts)
* [Using kubeconform as a Go Module](#Using-kubeconform-as-a-Go-Module) * [Using kubeconform as a Go Module](#Using-kubeconform-as-a-Go-Module)
* [Credits](#Credits) * [Credits](#Credits)
@ -325,6 +326,13 @@ lint-kubeconform:
See [issue 106](https://github.com/yannh/kubeconform/issues/106) for more details. 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 ## Using kubeconform as a Go Module
**Warning**: This is a work-in-progress, the interface is not yet considered stable. Feedback is encouraged. **Warning**: This is a work-in-progress, the interface is not yet considered stable. Feedback is encouraged.