From 8408adf4496906f1ac0bd1ff8f53521bf8d76562 Mon Sep 17 00:00:00 2001 From: "taekyu.kang" Date: Thu, 18 Apr 2024 18:07:28 +0900 Subject: [PATCH] trivial. change ruler filename --- cmd/server/system_notification_rule.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/server/system_notification_rule.go b/cmd/server/system_notification_rule.go index 8583516..ab41ce8 100644 --- a/cmd/server/system_notification_rule.go +++ b/cmd/server/system_notification_rule.go @@ -15,7 +15,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" ) -const RULER_FILE_NAME = "ruler-user.yaml" +const RULER_FILE_NAME = "ruler-user.yml" type RuleAnnotation struct { CheckPoint string `yaml:"CheckPoint"`