diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index fc05664d4..8cf790f79 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -28,6 +28,7 @@ const ( KubeSphereLoggingNamespace = "kubesphere-logging-system" KubeSphereNamespace = "kubesphere-system" KubeSphereControlNamespace = "kubesphere-controls-system" + PorterNamespace = "porter-system" IngressControllerNamespace = KubeSphereControlNamespace AdminUserName = "admin" DataHome = "/etc/kubesphere" @@ -80,5 +81,5 @@ const ( var ( WorkSpaceRoles = []string{WorkspaceAdmin, WorkspaceRegular, WorkspaceViewer} - SystemNamespaces = []string{KubeSphereNamespace, KubeSphereLoggingNamespace, KubeSphereMonitoringNamespace, OpenPitrixNamespace, KubeSystemNamespace, IstioNamespace, KubesphereDevOpsNamespace} + SystemNamespaces = []string{KubeSphereNamespace, KubeSphereLoggingNamespace, KubeSphereMonitoringNamespace, OpenPitrixNamespace, KubeSystemNamespace, IstioNamespace, KubesphereDevOpsNamespace, PorterNamespace} )