fix: auto create workspace manager rolebinding

Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
hongming
2020-06-16 16:30:40 +08:00
parent 5d9542025a
commit 203fde784a
2 changed files with 43 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ const (
ScopeNamespace = "namespace"
PlatformAdmin = "platform-admin"
NamespaceAdmin = "admin"
WorkspaceAdminFormat = "%s-admin"
ClusterAdmin = "cluster-admin"
)