Skip to content

Commit

Permalink
feat: namespaced validation only (default)
Browse files Browse the repository at this point in the history
  • Loading branch information
xopham committed Jun 13, 2024
1 parent 33de397 commit 711a3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/semgr8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ webhooks: # configuration options for webhooks described under https://kubernet
matchLabels:
semgr8s/validation: enabled
rules:
- scope: "*"
- scope: "Namespaced"
apiGroups: ["", "apps", "batch", "networking.k8s.io", "rbac.authorization.k8s.io"]
resources: ["*/*"]
apiVersions: ["*"]
Expand All @@ -56,7 +56,7 @@ webhooks: # configuration options for webhooks described under https://kubernet
matchLabels:
semgr8s/validation: enabled
rules:
- scope: "*"
- scope: "Namespaced"
apiGroups: ["", "apps", "batch", "networking.k8s.io", "rbac.authorization.k8s.io"]
resources: ["*/*"]
apiVersions: ["*"]
Expand Down

0 comments on commit 711a3bf

Please sign in to comment.