Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
validate Kubernetes manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Jan 16, 2020
1 parent 8373a48 commit 05414ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ repos:
hooks:
- id: reorder-python-imports

- repo: https://codeberg.org/hjacobs/kube-manifest-lint
rev: 0.1.3
hooks:
- id: kube-manifest-lint
exclude: ^helm/templates/.*$

- repo: https://github.com/ambv/black
rev: stable
hooks:
Expand Down

0 comments on commit 05414ed

Please sign in to comment.