✨add porter-system
This commit is contained in:
@@ -28,6 +28,7 @@ const (
|
|||||||
KubeSphereLoggingNamespace = "kubesphere-logging-system"
|
KubeSphereLoggingNamespace = "kubesphere-logging-system"
|
||||||
KubeSphereNamespace = "kubesphere-system"
|
KubeSphereNamespace = "kubesphere-system"
|
||||||
KubeSphereControlNamespace = "kubesphere-controls-system"
|
KubeSphereControlNamespace = "kubesphere-controls-system"
|
||||||
|
PorterNamespace = "porter-system"
|
||||||
IngressControllerNamespace = KubeSphereControlNamespace
|
IngressControllerNamespace = KubeSphereControlNamespace
|
||||||
AdminUserName = "admin"
|
AdminUserName = "admin"
|
||||||
DataHome = "/etc/kubesphere"
|
DataHome = "/etc/kubesphere"
|
||||||
@@ -80,5 +81,5 @@ const (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
WorkSpaceRoles = []string{WorkspaceAdmin, WorkspaceRegular, WorkspaceViewer}
|
WorkSpaceRoles = []string{WorkspaceAdmin, WorkspaceRegular, WorkspaceViewer}
|
||||||
SystemNamespaces = []string{KubeSphereNamespace, KubeSphereLoggingNamespace, KubeSphereMonitoringNamespace, OpenPitrixNamespace, KubeSystemNamespace, IstioNamespace, KubesphereDevOpsNamespace}
|
SystemNamespaces = []string{KubeSphereNamespace, KubeSphereLoggingNamespace, KubeSphereMonitoringNamespace, OpenPitrixNamespace, KubeSystemNamespace, IstioNamespace, KubesphereDevOpsNamespace, PorterNamespace}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user