Remove singleDefaultNamespace field from helm chart (#2670)

* remove singleDefaultNamespace field from helm chart

* changed permission from list to get
This commit is contained in:
Shubham Bansal
2022-12-14 14:17:34 +05:30
committed by GitHub
parent d52c60216e
commit 3e25f474b0
26 changed files with 25 additions and 31 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ var (
permissions: []*PermissionCheck{
{
gvr: &schema.GroupVersionResource{Group: "", Version: "v1", Resource: "pods"},
verb: "list",
verb: "get",
},
{
gvr: &schema.GroupVersionResource{Group: "", Version: "v1", Resource: "configmaps"},