File tree 1 file changed +5
-5
lines changed
web/dashboard/src/router/modules 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -360,13 +360,13 @@ const AccessControl = {
360
360
apiGroup : "policy" ,
361
361
resource : "podsecuritypolicies" ,
362
362
verb : "list" ,
363
- scope : "namespace "
363
+ scope : "cluster "
364
364
} ,
365
365
component : ( ) => import ( "@/business/access-control/pod-security-policies" ) ,
366
366
name : "PSPs" ,
367
367
meta : {
368
368
title : "Pod Security Policies" ,
369
- scope : "namespace "
369
+ scope : "cluster "
370
370
}
371
371
} ,
372
372
{
@@ -375,7 +375,7 @@ const AccessControl = {
375
375
apiGroup : "policy" ,
376
376
resource : "podsecuritypolicies" ,
377
377
verb : "get" ,
378
- scope : "namespace "
378
+ scope : "cluster "
379
379
} ,
380
380
hidden : true ,
381
381
props : true ,
@@ -391,7 +391,7 @@ const AccessControl = {
391
391
apiGroup : "policy" ,
392
392
resource : "podsecuritypolicies" ,
393
393
verb : "create" ,
394
- scope : "namespace "
394
+ scope : "cluster "
395
395
} ,
396
396
hidden : true ,
397
397
props : true ,
@@ -407,7 +407,7 @@ const AccessControl = {
407
407
apiGroup : "policy" ,
408
408
resource : "podsecuritypolicies" ,
409
409
verb : "get" ,
410
- scope : "namespace "
410
+ scope : "cluster "
411
411
} ,
412
412
hidden : true ,
413
413
props : true ,
You can’t perform that action at this time.
0 commit comments