Project can create namespace
This commit is contained in:
parent
714db6f03d
commit
bae53cc0a4
@ -9,7 +9,11 @@ spec:
|
||||
destinations:
|
||||
- server: https://kubernetes.default.svc
|
||||
namespace: 'tenant-*'
|
||||
clusterResourceWhitelist: [] # tenants can't touch cluster-scoped resources
|
||||
|
||||
clusterResourceWhitelist:
|
||||
- group: ''
|
||||
kind: Namespace
|
||||
|
||||
namespaceResourceWhitelist:
|
||||
- group: '*'
|
||||
kind: '*'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user