Replies: 1 comment 1 reply
-
@davidt-gh use the allowed namespaces configuration with a regex matching your pattern. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say each tenant in my domain is stored in NS that start with
xyz-
, for examplexyz-google
orxyz-ibm
.I want reflector will automatically detect any namespace and will reflect configmap to all of them.
How to make this possible?
Beta Was this translation helpful? Give feedback.
All reactions