diff --git a/pkg/utils/consts.go b/pkg/utils/consts.go index 00230ee..da048eb 100644 --- a/pkg/utils/consts.go +++ b/pkg/utils/consts.go @@ -2,4 +2,7 @@ package utils const ( MaxByteSize = 64 + + ClusterAdminUsername = "cluster-admin" + ClusterAdminGroup = "cluster-admins" )