hjacobs/kube-janitor

Support wildcard patterns in include/exclude lists

joeljeske opened this issue · 1 comments

It would be helpful to support a wildcard pattern when specifying namespaces to include/exclude.

Example:

--include-namespaces=devspace-*
--exclude-namespaces=kube-*

Use Case:

It is useful when namespaces are used as a separation between deployment instances in different namespaces, particularly for personal developer or team namespaces.

Ignore me.. you have this capability in your rules file.