We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c5ff3 commit 86fa9c2Copy full SHA for 86fa9c2
.pre-commit-hooks.yaml
@@ -0,0 +1,6 @@
1
+- id: validate-flux
2
+ name: Validate Flux
3
+ description: "A script to validate Flux custom resources and Kustomize overlays."
4
+ entry: ./scripts/validate-flux.sh
5
+ language: script
6
+ stages: [push]
0 commit comments