From 93edb22d872478b5200f65a9f556e7b5e93b7c7d Mon Sep 17 00:00:00 2001 From: "taekyu.kang" Date: Thu, 11 Apr 2024 15:18:25 +0900 Subject: [PATCH] trivial. bugfix. change scheme to yaml from json --- cmd/server/system_notification_rule.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/server/system_notification_rule.go b/cmd/server/system_notification_rule.go index 082b9fc..ce8c1e7 100644 --- a/cmd/server/system_notification_rule.go +++ b/cmd/server/system_notification_rule.go @@ -21,8 +21,8 @@ type RuleAnnotation struct { Discriminative string `yaml:"discriminative"` Message string `yaml:"message"` Summary string `yaml:"summary"` - AlertType string `json:"alertType"` - SystemNotificationRuleId string `json:"systemNotificationRuleId"` + AlertType string `yaml:"alertType"` + SystemNotificationRuleId string `yaml:"systemNotificationRuleId"` } type RuleLabels struct {