resolve conversation

Signed-off-by: wanjunlei <wanjunlei@yunify.com>
This commit is contained in:
wanjunlei
2021-03-16 19:13:04 +08:00
parent 8e28925df3
commit 3ff10a65d2
2 changed files with 4 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ const (
NotificationTag = "Notification"
NotificationSecretNamespace = "kubesphere-monitoring-federated"
NotificationManagedLabel = "notification/managed"
NotificationManagedLabel = "notification.kubesphere.io/managed"
)
var (

View File

@@ -47,6 +47,9 @@ var (
ObjectMeta: metav1.ObjectMeta{
Name: "foo",
Namespace: constants.NotificationSecretNamespace,
Labels: map[string]string{
constants.NotificationManagedLabel: "true",
},
},
}