Project can create namespace

This commit is contained in:
Adrien Bouvais 2026-08-15 11:50:51 +02:00
parent 714db6f03d
commit bae53cc0a4

View File

@ -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: '*'