mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-20 10:27:02 +00:00
Merge 57e52867bc into c1a2c159de
This commit is contained in:
commit
3389b7b1cd
1 changed files with 20 additions and 13 deletions
33
Readme.md
33
Readme.md
|
|
@ -38,20 +38,21 @@ sys 0m1,069s
|
||||||
## Table of contents
|
## Table of contents
|
||||||
|
|
||||||
* [A small overview of Kubernetes manifest validation](#a-small-overview-of-kubernetes-manifest-validation)
|
* [A small overview of Kubernetes manifest validation](#a-small-overview-of-kubernetes-manifest-validation)
|
||||||
* [Limits of Kubeconform validation](#Limits-of-Kubeconform-validation)
|
* [Limits of Kubeconform validation](#limits-of-kubeconform-validation)
|
||||||
* [Installation](#Installation)
|
* [Installation](#installation)
|
||||||
* [Usage](#Usage)
|
* [Usage](#usage)
|
||||||
* [Usage examples](#Usage-examples)
|
* [Usage examples](#usage-examples)
|
||||||
* [Proxy support](#Proxy-support)
|
* [Proxy support](#proxy-support)
|
||||||
* [Overriding schemas location](#Overriding-schemas-location)
|
* [Overriding schemas location](#overriding-schemas-location)
|
||||||
* [CustomResourceDefinition (CRD) Support](#CustomResourceDefinition-(CRD)-Support)
|
* [CustomResourceDefinition (CRD) Support](#customresourcedefinition-crd-support)
|
||||||
* [OpenShift schema Support](#OpenShift-schema-Support)
|
* [OpenShift schema Support](#openshift-schema-support)
|
||||||
* [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)
|
||||||
|
* [MegaLinter](#megalinter)
|
||||||
* [Helm charts](#helm-charts)
|
* [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)
|
||||||
|
|
||||||
## A small overview of Kubernetes manifest validation
|
## A small overview of Kubernetes manifest validation
|
||||||
|
|
||||||
|
|
@ -332,6 +333,12 @@ 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.
|
||||||
|
|
||||||
|
### MegaLinter
|
||||||
|
|
||||||
|
Kubeconform is [natively embedded in MegaLinter](https://megalinter.io/latest/descriptors/kubernetes_kubeconform/), an open-source linters aggregator, which is compliant with GitHub Actions, Gitlab CI, Azure Pipelines, Bitbucket Pipelines, Drone CI, Jenkins, Concourse…
|
||||||
|
|
||||||
|
To install its configuration, just run `npx mega-linter-runner --install` at the root of your repository (requires Node.js installed)
|
||||||
|
|
||||||
## Helm charts
|
## Helm charts
|
||||||
|
|
||||||
There is a 3rd party [repository](https://github.com/jtyr/kubeconform-helm) that
|
There is a 3rd party [repository](https://github.com/jtyr/kubeconform-helm) that
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue