You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- key: kubernetes.io/metadata.name # Using "kubernetes.io/metadata.name" key to exclude specific namespaces (https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/2161-apiserver-default-labels/README.md#proposal)
@@ -214,6 +217,9 @@ imageIntegrityWebhook:
214
217
- "replicasets"
215
218
- "statefulsets"
216
219
- "daemonsets"
220
+
# Additional rules to be appended to the default webhook rules.
221
+
# This allows extending the webhook scope without modifying the default rules.
- key: kubernetes.io/metadata.name # Using "kubernetes.io/metadata.name" key to exclude specific namespaces (https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/2161-apiserver-default-labels/README.md#proposal)
- key: kubernetes.io/metadata.name # Using "kubernetes.io/metadata.name" key to exclude specific namespaces (https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/2161-apiserver-default-labels/README.md#proposal)
303
312
operator: NotIn
@@ -463,6 +472,9 @@ debugWebhook:
463
472
- "replicasets"
464
473
- "statefulsets"
465
474
- "daemonsets"
475
+
# Additional rules to be appended to the default webhook rules.
476
+
# This allows extending the webhook scope without modifying the default rules.
- key: kubernetes.io/metadata.name # Using "kubernetes.io/metadata.name" key to exclude specific namespaces (https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/2161-apiserver-default-labels/README.md#proposal)
0 commit comments