Skip to content

Commit 6586c79

Browse files
author
Serhii Zakharov
committed
rebased
1 parent ca59e04 commit 6586c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/gatherers/conditional/conditional_gatherer.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ var defaultGatheringRules = []GatheringRule{
9898
Conditions: []ConditionWithParams{
9999
{
100100
Type: AlertIsFiring,
101-
Params: AlertIsFiringConditionParams{
101+
Alert: &AlertConditionParams{
102102
Name: "KubePodCrashLooping",
103103
},
104104
},
@@ -115,7 +115,7 @@ var defaultGatheringRules = []GatheringRule{
115115
Conditions: []ConditionWithParams{
116116
{
117117
Type: AlertIsFiring,
118-
Params: AlertIsFiringConditionParams{
118+
Alert: &AlertConditionParams{
119119
Name: "KubePodNotReady",
120120
},
121121
},

0 commit comments

Comments
 (0)