We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45446bb commit a8caa76Copy full SHA for a8caa76
.pre-commit-hooks.yaml
@@ -0,0 +1,8 @@
1
+---
2
+- id: k8svalidate
3
+ name: k8svalidate
4
+ description: A pre-commit hook to validate Kubernetes YAML files
5
+ entry: k8svalidate
6
+ language: python
7
+ types:
8
+ - yaml
README.md
@@ -17,8 +17,8 @@ k8s-validate [--kubernetes-version X.X.X] [--exclude glob-pattern] files
17
```
18
19
Add a section similar to this to your .pre-commit-hooks.yaml:
20
- - repo: https://github.com/Agilicus/pre-commit-hook-k8svalidate
21
- rev: v0.0.1
+ - repo: https://github.com/Agilicus/pre-commit-hook-k8svalidate.git
+ rev: v0.0.2
22
hooks:
23
- id: k8svalidate
24
args: [--exclude, "*.patch.yaml"]
0 commit comments