Can't Add Namespace Rights On Same Project #174
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Expected vs actual behavior
In the UI, if you grant namespace rights against a project, it no longer is choosable as a option if you want to grant other namespace rights for different namespaces. In otherwords, I might want admin rights against the monitoring and platform namesapce in the test project, and read only rights on the kube-system and prometheus namespace. That is not possible through the UI. This is most likely a limitation brought on by #172
Steps to reproduce the bug
Are you using the latest version of the project?
You can check your version by running
helm ls|grep '^<deployment-name>'
or using pctl,pctl version
, and provide the output.What is your environment setup? Please tell us your cloud provider, operating system, and include the output of
kubectl version --output=yaml
andhelm version
. Any other information that you have, eg. logs and custom values, is highly appreciated!Kubectl
Helm
(optional) If you have ideas on why the bug happens or how it can be solved, please provide it here
The current workaround is to use the API. Which means there is an issue with the UI.
The text was updated successfully, but these errors were encountered: