package common const ( NamespaceDefault = "default" NamespaceKubeNodeLease = "kube-node-lease" NamespaceKubePublic = "kube-public" NamespaceKubeSystem = "kube-system" NamespaceKubekeySystem = "kubekey-system" NamespaceKubesphereMonitoringSystem = "kubesphere-monitoring-system" NamespaceKubesphereSystem = "kubesphere-system" NamespaceKubesphereControlsSystem = "kubesphere-controls-system" NamespaceOsFramework = "os-framework" NamespaceOsPlatform = "os-platform" ChartNameRedis = "redis" ChartNameSnapshotController = "snapshot-controller" ChartNameKsCore = "ks-core" ChartNameKsCoreConfig = "ks-core-config" ChartNameKsConfig = "ks-config" ChartNameMonitorNotification = "monitor-notification" ChartNameAccount = "account" ChartNameOSFramework = "os-framework" ChartNameOSPlatform = "os-platform" ChartNameSettings = "settings" )