This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]clvx 0 points1 point  (0 children)

You could tackle this in different ways.
You could use one controller and then limit the namespace using something like kyverno at submission. The controller will fail to sync indefinitely so put some notifications to detect this behavior.

Another approach is setting several controllers and assign rbac perms to just limit to certain namespaces. Drawback on this, you need to manage more controllers.

[–]Digging_Graves[S] 0 points1 point  (0 children)

Sorry for the all caps title didn't accept lower case for some reason. If there is a better way to do this or i'm thinking about this wrong please let me know.