An open API service indexing awesome lists of open source software.

https://github.com/zrootorg/kubeconform-precommit-hook

pre-commit hook that uses kubeconform to lint kubernetes manifests
https://github.com/zrootorg/kubeconform-precommit-hook

kubeconform kubernetes linting pre-commit pre-commit-hook yaml

Last synced: 9 months ago
JSON representation

pre-commit hook that uses kubeconform to lint kubernetes manifests

Awesome Lists containing this project

README

          

# Kubeconform pre-commit hook

Use [kubeconform](https://github.com/yannh/kubeconform/) as a [pre-commit](https://pre-commit.com/) hook.

## Usage

```yaml
- repo: https.//github.com/zrootorg/kubeconform-precommit-hook
rev: main
hooks:
- id: kubeconform
args:
- -p./kubernetes
```