Skip to content

Commit 779a7a7

Browse files
committed
change the internal rule id to JanitorResourceTtl
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 33de3a6 commit 779a7a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kube_janitor/task.common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
RuleIdInternalTTL = "kube-janitor-ttl"
18+
RuleIdInternalTTL = "JanitorResourceTtl"
1919
)
2020

2121
// runRule executes one ConfigRule ttl run

0 commit comments

Comments
 (0)