IBM / portieris

A Kubernetes Admission Controller for verifying image trust.
Apache License 2.0
332 stars 78 forks source link

feat: add namespace selector for skipping admission #449

Closed jhanbo closed 1 year ago

jhanbo commented 1 year ago

Hi there,

part of the admission control best practises is to skip kube-system namespace. This PR would add an option for a user to create a matchExpression which suits their case.

Hope that suits well, Johnny