We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea1d6e commit 212430fCopy full SHA for 212430f
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
rev: v0.10.0
16
hooks:
17
- id: yamlfmt
18
- exclude: ^config/crd/bases/.*\.yaml|config/rbac/role\.yaml
+ exclude: ^config/crd/bases/.*\.yaml|config/rbac/role\.yaml|config/webhook/manifests\.yaml
19
- repo: https://github.com/pre-commit/pre-commit-hooks
20
rev: v4.5.0
21
config/webhook/manifests.yaml
@@ -1,3 +1,4 @@
1
+---
2
apiVersion: admissionregistration.k8s.io/v1
3
kind: MutatingWebhookConfiguration
4
metadata:
0 commit comments