kube-monkey icon indicating copy to clipboard operation
kube-monkey copied to clipboard

Support for wildcards in namespace lists

Open tsionyx opened this issue 4 years ago • 0 comments

It would be great to allow to filter namespaces by wildcard, e.g.

whitelistedNamespaces:
  - foo          # exact match (current behaviour)
  - bar?         # bar1, barX, barY
  - *baz*        # some-baz, baz-123, my-k8s-baz-namespace

tsionyx avatar Mar 28 '20 10:03 tsionyx