Reloader
Reloader copied to clipboard
Regex for ignored and included namespaces
The current --namespaces-to-ignore flag includes a plain text list of namespaces to ignore.
Add a regex for:
- Namespaces to ignore - to allow bulk exclusion of namespaces
- Namespaces to include - to avoid excluding all patterns and instead use a whitelist
@avishefi ICYMI, it is possible to list namespaces to include:
namespaceSelector: kubernetes.io/metadata.name in (foo, bar)
What about regex?