mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 05:59:22 +00:00
Documenting Helm support via 3rd party repo (#158)
This commit is contained in:
parent
752a33eaeb
commit
84afe70659
3 changed files with 9 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
dist/
|
||||
bin/
|
||||
.idea/
|
||||
**/*.pyc
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue