@@ -128,7 +128,7 @@ const (
|
||||
|
||||
NotificationTag = "Notification"
|
||||
NotificationSecretNamespace = "kubesphere-monitoring-federated"
|
||||
NotificationManagedLabel = "notification/managed"
|
||||
NotificationManagedLabel = "notification.kubesphere.io/managed"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -47,6 +47,9 @@ var (
|
||||
ObjectMeta: metav1.ObjectMeta{
|
||||
Name: "foo",
|
||||
Namespace: constants.NotificationSecretNamespace,
|
||||
Labels: map[string]string{
|
||||
constants.NotificationManagedLabel: "true",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user