flagger icon indicating copy to clipboard operation
flagger copied to clipboard

Support scoping Flagger to a specific list of namespaces

Open brian-abo opened this issue 4 months ago • 0 comments

What problem are you trying to solve?

Currently, the Flagger operator can be configured to watch all namespaces (default) or a single namespace (via the -namespace flag). I'd like to enable the operator to be scoped to a list of namespaces.

Proposed solution

Update the -namespace flag to accept a comma-separated list of namespaces (e.g., -namespace=ns-a,ns-b).

brian-abo avatar Nov 18 '25 15:11 brian-abo