Reloader icon indicating copy to clipboard operation
Reloader copied to clipboard

Regex for ignored and included namespaces

Open avishefi opened this issue 3 years ago • 2 comments

The current --namespaces-to-ignore flag includes a plain text list of namespaces to ignore.

Add a regex for:

  1. Namespaces to ignore - to allow bulk exclusion of namespaces
  2. Namespaces to include - to avoid excluding all patterns and instead use a whitelist

avishefi avatar Sep 29 '22 15:09 avishefi

@avishefi ICYMI, it is possible to list namespaces to include:

namespaceSelector: kubernetes.io/metadata.name in (foo, bar)

joebowbeer avatar Mar 07 '24 05:03 joebowbeer

What about regex?

avishefi avatar Mar 08 '24 10:03 avishefi