You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe your use case / problem.
I set up a namespace-scoped traffic-manager, by inserting all the names of the namespace in which I wanted it to have permissions (same for clientsRbac)
This works fine, but if I will have more namespace I will update values.yaml everytime.
Describe the solution you'd like
Since the namespaces in my clusters have common labels, it would be nice to allow us to select namespaces using selectors.
Describe alternatives you've considered
Versions (please complete the following information)
This is a needed feature. Providing list of namespaces is not flexible enough when working with preview environments that are created and removed frequently. There should be either namespace selector or config that accepts regex for namespace names.
For example with this config:
namespaces: 'sbx-.*'
I want following namespaces to be selected as connectable:
Please describe your use case / problem.
I set up a namespace-scoped traffic-manager, by inserting all the names of the namespace in which I wanted it to have permissions (same for
clientsRbac
)This works fine, but if I will have more namespace I will update
values.yaml
everytime.Describe the solution you'd like
Since the namespaces in my clusters have common labels, it would be nice to allow us to select namespaces using selectors.
Describe alternatives you've considered
Versions (please complete the following information)
The text was updated successfully, but these errors were encountered: