diff --git a/charts/semgr8s/values.yaml b/charts/semgr8s/values.yaml index cd75f80..363f79c 100644 --- a/charts/semgr8s/values.yaml +++ b/charts/semgr8s/values.yaml @@ -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: ["*"] @@ -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: ["*"]