remove kubesphere-monitoring-system

This commit is contained in:
jeff
2018-12-02 19:56:50 +08:00
parent 0dd78409e8
commit b78bff7138

View File

@@ -28,7 +28,7 @@ import (
)
// Namespaces need to watch
var SYSTEM_NAMESPACES = [...]string{"kubesphere-system", "openpitrix-system", "kube-system", "kubesphere-monitoring-system"}
var SYSTEM_NAMESPACES = [...]string{"kubesphere-system", "openpitrix-system", "kube-system"}
type Component struct {
Name string `json:"name"`