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

Commit 05414ed

Browse files
committed
validate Kubernetes manifests
1 parent 8373a48 commit 05414ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ repos:
1717
hooks:
1818
- id: reorder-python-imports
1919

20+
- repo: https://codeberg.org/hjacobs/kube-manifest-lint
21+
rev: 0.1.3
22+
hooks:
23+
- id: kube-manifest-lint
24+
exclude: ^helm/templates/.*$
25+
2026
- repo: https://github.com/ambv/black
2127
rev: stable
2228
hooks:

0 commit comments

Comments
 (0)