my kubernetes dashboard is running successfully and its showing all the namespaces which are available in kubernetes cluster.
Example:- Available Namespaces:- A, B , C , D , E
Now I want to remove/restrict one namespace(say D) from the kubernetes dashboard. How it will be possible.
Used helm to deploy kubernetes dashboard, Below is the link of repo.
https://github.com/kubernetes/dashboard/tree/master/aio/deploy/helm-chart/kubernetes-dashboard
dashboard version:- v2.0.0-rc7
kubernetes version :- 1.17
OR
Is it possible to mask some environment variable(showing in dashboard) which is having sensitive data , then I will keep my namespace as it is.